-
Notifications
You must be signed in to change notification settings - Fork 14
friends_reblog_button_label
Alex Kirk edited this page Apr 9, 2024
·
5 revisions
add_filter(
'friends_reblog_button_label',
function ( string $reblog ) {
// Your code here
return $reblog;
}
);
-
string
$reblog
apply_filters( 'friends_reblog_button_label', _x( 'Reblog', 'button', 'friends' ) )