Lines:
1 to 25 of 25
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin * @since 1.7.0 */ /* class Yoast_Plugin_Conflict */ /* function Yoast_Plugin_Conflict::get_instance() – For the use of singleton pattern. Create instance of itTelf and return this instance. */ /* function Yoast_Plugin_Conflict::__construct() – Setting instance, all active plugins and search for active plugins. */ /* function Yoast_Plugin_Conflict::check_for_conflicts() – Check if there are conflicting plugins for given $plugin_section. */ /* function Yoast_Plugin_Conflict::check_plugin_conflicts() – Checks for given $plugin_sections for conflicts. */ /* function Yoast_Plugin_Conflict::set_error() – Setting an error on the screen. */ /* function Yoast_Plugin_Conflict::clear_error() – Clear the notification for a plugin. */ /* function Yoast_Plugin_Conflict::search_active_plugins() – Loop through the $this->plugins to check if one of the plugins is active. */ /* function Yoast_Plugin_Conflict::check_plugins_active() – Loop through plugins and check if each plugin is active. */ /* function Yoast_Plugin_Conflict::check_plugin_is_active() – Check if given plugin exists in array with all_active_plugins. */ /* function Yoast_Plugin_Conflict::add_active_plugin() – Add plugin to the list of active plugins. */ /* function Yoast_Plugin_Conflict::find_plugin_category() – Search in $this->plugins for the given $plugin. */ /* function Yoast_Plugin_Conflict::get_plugin_name() – Get plugin name from file. */ /* function Yoast_Plugin_Conflict::remove_deactivated_plugin() – When being in the deactivation process the currently deactivated plugin has to be removed. */ /* function Yoast_Plugin_Conflict::get_notification_identifier() – Get the identifier from the plugin file. */