You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Notify the user about the incompatibility issue.
*/
public static function admin_notices() {
echo '<div class="notice error is-dismissible">';
// translators: first is the PHP version needed, second is the current PHP version
echo '<p>' . esc_html( sprintf( __( 'Plugin Boilerplate require PHP version %1$s or greater to be activated. Your server is currently running PHP version %2$s.', 'beapi-maintenance-mode' ), BEAPI_MAINTENANCE_MODE_MIN_PHP_VERSION, PHP_VERSION ) ) . '</p>';