WC_Twenty_Seventeen::output_content_wrapper_end()
Close the Twenty Seventeen wrapper.
Метод класса: WC_Twenty_Seventeen{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$result = WC_Twenty_Seventeen::output_content_wrapper_end();
Код WC_Twenty_Seventeen::output_content_wrapper_end() WC Twenty Seventeen::output content wrapper end WC 9.2.3
public static function output_content_wrapper_end() { echo '</main>'; echo '</div>'; get_sidebar(); echo '</div>'; }