aioseo_usage_tracking_enable
aioseo_usage_tracking_enable
Appears in: all-in-one-seo-pack.4.8.4.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.4.8.4.1apply_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