aioseo_redirects_disable_slug_monitor

aioseo_redirects_disable_slug_monitor

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_redirects_disable_slug_monitor') is found 1 times:

  • /app/Common/Admin/SlugMonitor.php line 108
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
        return;
    }
     
    // Filter to allow users to disable the slug monitor messages.
    if ( apply_filters( 'aioseo_redirects_disable_slug_monitor', false ) ) {
        return;
    }
     
    $redirectUrl = $this->manualRedirectUrl( [
        'url'    => $before,
        'target' => $after,