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