Lines:
1 to 21 of 21
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ // phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound -- Reason: The class is deprecated. /* class WPSEO_Extension */ /* function WPSEO_Extension::__construct() – WPSEO_Extension constructor. */ /* function WPSEO_Extension::get_title() – Returns the product title. */ /* function WPSEO_Extension::get_display_title() – Returns the product title to display. */ /* function WPSEO_Extension::get_buy_url() – Returns URL to the page where the product can be bought. */ /* function WPSEO_Extension::get_info_url() – Returns URL to the page with more info. */ /* function WPSEO_Extension::get_image() – Returns the image. */ /* function WPSEO_Extension::get_buy_button() – Returns the buy button value if set, otherwise fallback to the title. */ /* function WPSEO_Extension::get_benefits() – Returns the benefits. */ // phpcs:enable