enabled = apply_filters( 'aioseo_usage_tracking_enable', aioseo()->options->advanced->usageTracking ); } /** * Get the type for the request. * * @since 4.0.0 * * @return string The install type. */ public function getType() { return 'lite'; } }