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