privacy_policy_url

privacy_policy_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('privacy_policy_url') is found 1 times:

  • /wp-includes/link-template.php line 4706
    	 * @param string $url            The URL to the privacy policy page. Empty string
    	 *                               if it doesn't exist.
    	 * @param int    $policy_page_id The ID of privacy policy page.
    	 */
    	return apply_filters( 'privacy_policy_url', $url, $policy_page_id );
    }
    
    /**
     * Displays the privacy policy link with formatting, when applicable.
     *
     * @since 4.9.6