Filter Admin Page Title

wpwhpro/admin/settings/page_title

Description:
Use this filter to modify the default admin page title of our admin page.

Parameter Type Description
$this->page_title string The admin page title of our WP Webhooks Pro plugin.

/**
* Filter the page title for the WP Webhooks Pro admin page
*/
apply_filters( 'wpwhpro/admin/settings/page_title', $this->page_title )

Updated on August 10, 2019

Was this article helpful?

Related Articles