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.7.4.2

apply_filters('aioseo_redirects_disable_slug_monitor') is found 1 times:

  • /app/Common/Admin/SlugMonitor.php line 108
    			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,