Lines:
1 to 17 of 17
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Ajax */ /* class Yoast_Plugin_Conflict_Ajax */ /* function Yoast_Plugin_Conflict_Ajax::__construct() – Initialize the hooks for the AJAX request. */ /* function Yoast_Plugin_Conflict_Ajax::dismiss_notice() – Handles the dismiss notice request. */ /* function Yoast_Plugin_Conflict_Ajax::get_dismissed_option() – Getting the user option from the database. */ /* function Yoast_Plugin_Conflict_Ajax::get_dismissed_conflicts() – Getting the dismissed conflicts from the database */ /* function Yoast_Plugin_Conflict_Ajax::save_dismissed_conflicts() – Storing the conflicting plugins as an user option in the database. */ /* function Yoast_Plugin_Conflict_Ajax::compare_plugins() – Loop through the plugins to compare them with the already stored dismissed plugin conflicts. */ /* function Yoast_Plugin_Conflict_Ajax::compare_plugin() – Check if plugin is already dismissed, if not store it in the array that will be saved later. */