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.


Top ↑

Source Source

File: includes/user-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.