wpwhpro/admin/settings/page_name
Description:
Use this filter to modify the default admin page name of the WP Webhooks Pro plugin. This can be useful if you want to integrate the plugin into a bigger structure.
Parameter | Type | Description |
---|---|---|
$this->page_name | string | The admin page name slug of our WP Webhooks Pro plugin. |
/** * Filter the page name slug for the WP Webhooks Pro admin page */ apply_filters( 'wpwhpro/admin/settings/page_name', $this->page_name )