gppro_admin_title
Change or remove the title on the main plugin page.
Change the title on the main plugin page.
function my_admin_title( $title ) { return __( 'My Custom Title', 'my-text-domain' ); } add_filter ( 'gppro_admin_title', 'my_admin_title' );