-
Notifications
You must be signed in to change notification settings - Fork 19
friends_header_widget_title
github-actions[bot] edited this page Jul 27, 2025
·
9 revisions
add_filter(
'friends_header_widget_title',
function( $title ) {
// Your code here.
return $title;
}
);$title
apply_filters( 'friends_header_widget_title', $instance['title'] )