=' ) ) { if ( is_admin() ) { add_action( 'admin_notices', 'plugin_groups_php_ver' ); } } else { // Includes Plugin_Groups and starts instance. include_once PLGGRP_PATH . 'bootstrap.php'; } function plugin_groups_php_ver() { $message = __( 'Plugin Groups requires PHP version 5.6 or later. We strongly recommend PHP 5.6 or later for security and performance reasons.', 'plugin-groups' ); echo sprintf( '
%s