Dependency_Check
in package
This class is responsible checking the dependencies of the email editor.
Table of Contents
- MIN_WP_VERSION = '6.7'
- Minimum WordPress version required for the email editor.
- are_dependencies_met() : bool
- Checks if all dependencies are met.
- is_wp_version_compatible() : bool
- Checks if the WordPress version is supported.
Constants
MIN_WP_VERSION
Minimum WordPress version required for the email editor.
public
mixed
MIN_WP_VERSION
= '6.7'
Methods
are_dependencies_met()
Checks if all dependencies are met.
public
are_dependencies_met() : bool
Return values
bool —is_wp_version_compatible()
Checks if the WordPress version is supported.
private
is_wp_version_compatible() : bool