=' ) ) { add_action( 'wpmdb_notices', 'show_php_version_requirement_warning'); } } /** * Display php version requirement warning message. * * @return void */ function show_php_version_requirement_warning() { $template_dir_path = plugin_dir_path( __FILE__ ) . 'template/' ; $warning_template_path = $template_dir_path . 'php-version-requirement-warning.php'; include( $warning_template_path ); }