friends_share_salt - akirk/friends GitHub Wiki

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' ), $page_id )
apply_filters( 'friends_share_salt', wp_salt( 'nonce' ) )

← All Hooks