Lines:
1 to 18 of 18
<?php /** * WPSEO plugin file. * * @package WPSEO\Gutenberg_Compatibility */ /* class WPSEO_Gutenberg_Compatibility */ /* function WPSEO_Gutenberg_Compatibility::__construct() – WPSEO_Gutenberg_Compatibility constructor. */ /* function WPSEO_Gutenberg_Compatibility::is_installed() – Determines whether or not Gutenberg is installed. */ /* function WPSEO_Gutenberg_Compatibility::is_below_minimum() – Determines whether or not the currently installed version of Gutenberg is below the minimum supported version. */ /* function WPSEO_Gutenberg_Compatibility::get_installed_version() – Gets the currently installed version. */ /* function WPSEO_Gutenberg_Compatibility::is_fully_compatible() – Determines whether or not the currently installed version of Gutenberg is the latest, fully compatible version. */ /* function WPSEO_Gutenberg_Compatibility::get_latest_release() – Gets the latest released version of Gutenberg. */ /* function WPSEO_Gutenberg_Compatibility::get_minimum_supported_version() – Gets the minimum supported version of Gutenberg. */ /* function WPSEO_Gutenberg_Compatibility::detect_installed_gutenberg_version() – Detects the currently installed Gutenberg version. */