aioseo_flyout_menu_disable

aioseo_flyout_menu_disable

Hook Type: filter

See hook in core

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

apply_filters('aioseo_flyout_menu_disable') is found 1 times:

  • /app/Common/Admin/Admin.php line 886
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    892
            'aioseo',
            aioseo()->helpers->getVueData( $this->currentPage )
        );
     
        if ( ! apply_filters( 'aioseo_flyout_menu_disable', false ) ) {
            $this->enqueueFlyoutMenu();
        }
    }
     
    /**
     * Enqueues the JS/CSS for the Flyout Menu.