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