Lines:
1 to 25 of 25
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class WPSEO_Product_Upsell_Notice */ /* function WPSEO_Product_Upsell_Notice::__construct() – Sets the options, because they always have to be there on instance. */ /* function WPSEO_Product_Upsell_Notice::initialize() – Checks if the notice should be added or removed. */ /* function WPSEO_Product_Upsell_Notice::set_upgrade_notice() – Sets the upgrade notice. */ /* function WPSEO_Product_Upsell_Notice::dismiss_notice_listener() – Listener for the upsell notice. */ /* function WPSEO_Product_Upsell_Notice::should_add_notification() – When the notice should be shown. */ /* function WPSEO_Product_Upsell_Notice::has_first_activated_on() – Checks if the options has a first activated on date value. */ /* function WPSEO_Product_Upsell_Notice::set_first_activated_on() – Sets the first activated on. */ /* function WPSEO_Product_Upsell_Notice::add_notification() – Adds a notification to the notification center. */ /* function WPSEO_Product_Upsell_Notice::remove_notification() – Removes a notification to the notification center. */ /* function WPSEO_Product_Upsell_Notice::get_premium_upsell_section() – Returns a premium upsell section if using the free plugin. */ /* function WPSEO_Product_Upsell_Notice::get_notification() – Gets the notification value. */ /* function WPSEO_Product_Upsell_Notice::is_notice_dismissed() – Dismisses the notice. */ /* function WPSEO_Product_Upsell_Notice::dismiss_notice() – Dismisses the notice. */ /* function WPSEO_Product_Upsell_Notice::get_options() – Returns the set options. */ /* function WPSEO_Product_Upsell_Notice::save_options() – Saves the options to the database. */