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 10.9.4
public static function output_content_wrapper_end() {
echo '</main>';
echo '</section>';
}