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.7.2

apply_filters('wp_privacy_anonymize_data') is found 1 times:

  • /wp-includes/functions.php line 8268
    8264
    8265
    8266
    8267
    8268
    8269
    8270
    8271
    8272
    8273
    8274
         * @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: