aioseo_ga_attributes

aioseo_ga_attributes

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

  • /app/Common/Main/GoogleAnalytics.php line 195
    	 *
    	 * @return string The attributes as a string.
    	 */
    	public function getScriptAttributes() {
    		return ' ' . trim( preg_replace( '/\s+/', ' ', apply_filters( 'aioseo_ga_attributes', '' ) ) );
    	}
    
    	/**
    	 * Get the URL for autotrack.js
    	 *
    	 * @since 4.0.0