-
Notifications
You must be signed in to change notification settings - Fork 14
friends_header_widget_title
Alex Kirk edited this page Apr 9, 2024
·
8 revisions
add_filter(
'friends_header_widget_title',
function ( $title ) {
// Your code here
return $title;
}
);
$title
apply_filters( 'friends_header_widget_title', $instance['title'] )