wp_privacy_anonymize_data

wp_privacy_anonymize_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_privacy_anonymize_data') is found 1 times:

  • /wp-includes/functions.php line 8180
    	 * @param string $anonymous Anonymized data.
    	 * @param string $type      Type of the data.
    	 * @param string $data      Original data.
    	 */
    	return apply_filters( 'wp_privacy_anonymize_data', $anonymous, $type, $data );
    }
    
    /**
     * Returns the directory used to store personal data export files.
     *
     * @since 4.9.6
    

See this hook used in plugins: