Skip to content

friends_share_salt

Alex Kirk edited this page May 11, 2024 · 7 revisions

Auto-generated Example

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

Parameters

  • wp_salt('nonce')
  • $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