diff --git src/wp-includes/functions.php src/wp-includes/functions.php
index de978b3b5d..8658aa7529 100644
|
|
All at ###SITENAME### |
6133 | 6133 | /** |
6134 | 6134 | * Return an anonymized IPv4 or IPv6 address. |
6135 | 6135 | * |
6136 | | * @since 5.0.0 Abstracted from `WP_Community_Events::get_unsafe_client_ip()`. |
| 6136 | * @since 4.9.6 Abstracted from `WP_Community_Events::get_unsafe_client_ip()`. |
6137 | 6137 | * |
6138 | 6138 | * @param string $ip_addr The IPv4 or IPv6 address to be anonymized. |
6139 | 6139 | * @param bool $ipv6_fallback Optional. Whether to return the original IPv6 address if the needed functions |
… |
… |
function wp_privacy_anonymize_ip( $ip_addr, $ipv6_fallback = false ) { |
6203 | 6203 | /** |
6204 | 6204 | * Return uniform "anonymous" data by type. |
6205 | 6205 | * |
6206 | | * @since 5.0.0 |
| 6206 | * @since 4.9.6 |
6207 | 6207 | * |
6208 | 6208 | * @param string $type The type of data to be anonymized. |
6209 | 6209 | * @param string $data Optional The data to be anonymized. |
… |
… |
function wp_privacy_anonymize_data( $type, $data = '' ) { |
6239 | 6239 | /** |
6240 | 6240 | * Filters the anonymous data for each type. |
6241 | 6241 | * |
6242 | | * @since 5.0.0 |
| 6242 | * @since 4.9.6 |
6243 | 6243 | * |
6244 | 6244 | * @param string $anonymous Anonymized data. |
6245 | 6245 | * @param string $type Type of the data. |
… |
… |
function wp_privacy_anonymize_data( $type, $data = '' ) { |
6252 | 6252 | * Trigger the check for policy text changes. |
6253 | 6253 | * |
6254 | 6254 | * @since 4.9.6 |
6255 | | * @access private |
| 6255 | * @access private |
6256 | 6256 | */ |
6257 | 6257 | function _wp_privacy_active_plugins_change() { |
6258 | 6258 | update_option( '_wp_privacy_text_change_check', 'check' ); |