aioseo_google_autotrack

aioseo_google_autotrack

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

See hook in core

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

apply_filters('aioseo_google_autotrack') is found 1 times:

  • /app/Common/Main/GoogleAnalytics.php line 206
    	 *
    	 * @return string The autotrack.js URL.
    	 */
    	public function autoTrackUrl() {
    		return apply_filters( 'aioseo_google_autotrack', aioseo()->core->assets->jsUrl( 'src/app/autotrack/autotrack.js' ) );
    	}
    
    	/**
    	 * Check if autotrack JS should be included.
    	 *
    	 * @since 4.0.0