aioseo_user_profile_tab_disable, false

aioseo_user_profile_tab_disable, false

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('aioseo_user_profile_tab_disable, false') is found 1 times:

  • /app/Common/Standalone/UserProfileTab.php line 39
    	 *
    	 * @return void
    	 */
    	public function enqueueScript() {
    		if ( apply_filters( 'aioseo_user_profile_tab_disable', false ) ) {
    			return;
    		}
    
    		$screen = aioseo()->helpers->getCurrentScreen();
    		if ( empty( $screen->id ) ) {
    			return;