aioseo_hide_action_scheduler_menu

aioseo_hide_action_scheduler_menu

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('aioseo_hide_action_scheduler_menu') is found 1 times:

  • /app/Common/Admin/Admin.php line 770
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
    *
     * @return void
     */
    public function hideScheduledActionsMenu() {
        if ( ! apply_filters( 'aioseo_hide_action_scheduler_menu', true ) ) {
            return;
        }
     
        global $submenu;
        if ( ! isset( $submenu['tools.php'] ) ) {
            return;