-
Notifications
You must be signed in to change notification settings - Fork 14
friends_share_salt
Alex Kirk edited this page Oct 17, 2024
·
9 revisions
add_filter(
'friends_share_salt',
function (
$wp_salt,
$page_id
) {
// Your code here
return $wp_salt;
},
10,
2
);
$wp_salt
$page_id
apply_filters( 'friends_share_salt', wp_salt( 'nonce' ), $page_id )
apply_filters( 'friends_share_salt', wp_salt( 'nonce' ) )