options_helper = $options_helper; $this->product_helper = $product_helper; $this->capability_helper = $capability_helper; $this->admin_asset_manager = $admin_asset_manager; $this->current_page_helper = $current_page_helper; } /** * {@inheritDoc} * * @deprecated 20.10 * @codeCoverageIgnore */ public function register_hooks() { \_deprecated_function( __METHOD__, 'Yoast SEO 20.7' ); } /** * Shows a notice if Premium is older than 20.0-RC1 so Settings might be missing from the UI. * * @deprecated 20.10 * @codeCoverageIgnore * * @return void */ public function old_premium_notice() { \_deprecated_function( __METHOD__, 'Yoast SEO 20.7' ); } /** * Dismisses the old premium notice. * * @deprecated 20.10 * @codeCoverageIgnore * * @return bool */ public function dismiss_old_premium_notice() { \_deprecated_function( __METHOD__, 'Yoast SEO 20.7' ); return false; } }