apply_filters( 'edd_show_user_api_key_fields', WP_User )
Show API User Key Fields
Description Description
Allows showing/hiding the user API Key fields. By default will only try to show on admin pages. The filter allows for developers to choose to show it in other places that the WordPress profile editor hooks are used like bbPress
Parameters Parameters
-
The User object currently being viewed.
Source Source
File: includes/user-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.1 | Introduced. |