wp_get_default_privacy_policy_content

wp_get_default_privacy_policy_content

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.6.2

apply_filters('wp_get_default_privacy_policy_content') is found 1 times:

  • /wp-admin/includes/class-wp-privacy-policy-content.php line 714
    		 * @param string[] $strings     An array of privacy policy content strings.
    		 * @param bool     $description Whether policy descriptions should be included.
    		 * @param bool     $blocks      Whether the content should be formatted for the block editor.
    		 */
    		return apply_filters( 'wp_get_default_privacy_policy_content', $content, $strings, $description, $blocks );
    	}
    
    	/**
    	 * Add the suggested privacy policy text to the policy postbox.
    	 *
    	 * @since 4.9.6