עשיתי עבורך סוג של HACK, ככה שעדיף שתראה שזה באמת עובד בכל עדכון של וורדפרס.. הנה דוגמא לשימוש:
function pojo35157_change_sidebar_params() {
global $wp_registered_sidebars;
$sidebar_id = 'pojo-' . sanitize_title( 'Main Sidebar' );
if ( isset( $wp_registered_sidebars[ $sidebar_id ] ) ) {
$wp_registered_sidebars[ $sidebar_id ]['after_title'] = '</span><div class="strip"></div></h5>';
}
}
add_action( 'widgets_init', 'pojo35157_change_sidebar_params', 50 );
תעדכן אותי אם הסתדרת עם זה..