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