WC_Twenty_Ten::output_content_wrapper
Open wrappers.
Метод класса: WC_Twenty_Ten{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = WC_Twenty_Ten::output_content_wrapper();
Код WC_Twenty_Ten::output_content_wrapper() WC Twenty Ten::output content wrapper WC 10.9.4
public static function output_content_wrapper() {
echo '<div id="container"><div id="content" role="main">';
}