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