Skip to content

friends_share_salt

Alex Kirk edited this page Oct 17, 2024 · 9 revisions

Auto-generated Example

add_filter(
    'friends_share_salt',
    function (
        $wp_salt,
        $page_id
    ) {
        // Your code here
        return $wp_salt;
    },
    10,
    2
);

Parameters

  • $wp_salt
  • $page_id

Files

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

Hooks

Clone this wiki locally