-
Notifications
You must be signed in to change notification settings - Fork 19
friends_share_salt
github-actions[bot] edited this page Jul 28, 2026
·
37 revisions
This template contains the content header menu part for an article on /friends/.
add_filter(
'friends_share_salt',
function(
$wp_salt,
$page_id = null
) {
// Your code here.
return $wp_salt;
}
);$wp_salt$page_id
apply_filters( 'friends_share_salt', wp_salt( 'nonce' ) )apply_filters( 'friends_share_salt', wp_salt( 'nonce' ), $page_id )