WC_Twenty_Seventeen::output_content_wrapper()
Open the Twenty Seventeen wrapper.
Метод класса: WC_Twenty_Seventeen{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$result = WC_Twenty_Seventeen::output_content_wrapper();
Код WC_Twenty_Seventeen::output_content_wrapper() WC Twenty Seventeen::output content wrapper WC 9.2.3
public static function output_content_wrapper() { echo '<div class="wrap">'; echo '<div id="primary" class="content-area twentyseventeen">'; echo '<main id="main" class="site-main" role="main">'; }