Skip to content

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/.

Auto-generated Example

add_filter(
   'friends_share_salt',
    function(
        $wp_salt,
        $page_id = null
    ) {
        // Your code here.
        return $wp_salt;
    }
);

Parameters

  • $wp_salt
  • $page_id

Files

apply_filters( 'friends_share_salt', wp_salt( 'nonce' ) )
apply_filters( 'friends_share_salt', wp_salt( 'nonce' ), $page_id )

← All Hooks

Clone this wiki locally