Lines:
1 to 20 of 20
<?php namespace Yoast\WP\SEO\Integrations\Third_Party; use Yoast\WP\SEO\Conditionals\Third_Party\WPML_Conditional; use Yoast\WP\SEO\Conditionals\Third_Party\WPML_WPSEO_Conditional; use Yoast\WP\SEO\Helpers\Short_Link_Helper; use Yoast\WP\SEO\Integrations\Integration_Interface; use Yoast_Notification; use Yoast_Notification_Center; /* class WPML_WPSEO_Notification */ /* function WPML_WPSEO_Notification::__construct() – WPML WPSEO notification constructor. */ /* function WPML_WPSEO_Notification::register_hooks() – Initializes the integration. */ /* function WPML_WPSEO_Notification::get_conditionals() – Returns the conditionals based in which this loadable should be active. */ /* function WPML_WPSEO_Notification::notify_not_installed() – Notify the user that the Yoast SEO Multilingual plugin is not installed (when the WPML plugin is installed). */ /* function WPML_WPSEO_Notification::get_notification() – Generates the notification to show to the user when WPML is installed, but the Yoast SEO Multilingual plugin is not. */