aioseo_usage_tracking_enable

aioseo_usage_tracking_enable

Hook Type: filter

See hook in core

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

apply_filters('aioseo_usage_tracking_enable') is found 1 times:

  • /app/Lite/Admin/Usage.php line 25
    	 */
    	public function __construct() {
    		parent::__construct();
    
    		$this->enabled = apply_filters( 'aioseo_usage_tracking_enable', aioseo()->options->advanced->usageTracking );
    	}
    
    	/**
    	 * Get the type for the request.
    	 *
    	 * @since 4.0.0