gpbua_hide_title
Description
Filter whether the page title should be visible on the activation page.
Usage
add_filter( 'gpbua_hide_title', '__return_true' );
Parameters
hide_title bool
Whether or not the page title should be visible. Defaults to true.
Source
This filter is located in GP_Better_User_Activation::hide_title() in class-gp-better-user-activation.php.
Since
This filter is available since GP Better User Activation 1.0-beta-1.