How to Customize the Admin Area in EDD Dashboard
Explore available hooks for customizing the admin area in EDD Dashboard.
Note
We use the Codestar Framework for managing field creation.
Adding a Custom Menu to EDD Dashboard
Hook: edd_dashboard_register_new_fields
- Type:
Action
- Parameter:
$prefix
Implementation Example
Result
Here's how your custom menu appears in the EDD Dashboard:
Usage
To retrieve the saved option values, use the following code:
You can now easily access your custom settings and utilize them within your theme or plugin.
Last updated on