wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_privacy_additional_user_profile_data › Filtr WordPress Hooks

Od5.4.0
Przestarzałyn/a
apply_filters( 'wp_privacy_additional_user_profile_data', array()
Parametry: (3)
  • (array) $additional_user_profile_data { An array of name-value pairs of additional user data items. Default empty array. @type string $name The user-facing name of an item name-value pair,e.g. 'IP Address'. @type string $value The user-facing value of an item data pair, e.g. '50.60.70.0'. }
    Wymagane: Tak
  • (WP_User) $user The user whose data is being exported.
    Wymagane: Tak
  • (string[]) $reserved_names An array of reserved names. Any item in `$additional_user_data` that uses one of these for its `name` will not be included in the export.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the user's profile data for the privacy exporter.





Źródło

$_extra_data = apply_filters( 'wp_privacy_additional_user_profile_data', array(), $user, $reserved_names );