Filter Admin Page Slug

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 )

Updated on August 10, 2019

Was this article helpful?

Related Articles