Действие в шорткоде brand_info до HTML.
Параметры
- term – элементы таксономии брендов
- atts – атрибуты шорткода
Использование
<?php
function change_brands_info_before ( $term, $atts ) {
//your code here
}
add_action( 'brands_info_before', 'change_brands_info_before', 10, 2 );
?>