Filter Plugin Page Name

wpmt/settings/page_name

Description:
Thsi filter allows you to change the page name that is used for the admin menu page.

Parameter Type Description
$this->page_name string The page slug
return apply_filters( 'wpmt/settings/page_name', $this->page_name );
Updated on September 10, 2019

Was this article helpful?

Related Articles