System Requirements

It is recommended to meet the system requirements for the best experience with the theme. Regularly check for system updates and update it till the requirement configurations. The red warning sign in the Your System column means that the system does not meet the requirements of the theme.

WordPress Environment

WordPress Environment Your System
:

Server Environment

Server Environment Requirement Your System
:

Active Plugins

'; $version_number = $plugin_data['Version']; $version_upd_number = $plugin_data['Version']; if ( isset( $allPlugins->response[$plugin] ) ) { STM_Theme_System_Status::$notification = true; $badge = ''; $version_number = '' . $plugin_data['Version'] . ''; $version_upd_number = $allPlugins->response[$plugin]->new_version; } if ( !empty( $plugin_data['Name'] ) ) { // Link the plugin name to the plugin url if available. $plugin_name = esc_html( $plugin_data['Name'] ); if ( !empty( $plugin_data['PluginURI'] ) ) { $plugin_name = '' . $plugin_name . ''; } ?>
Active Plugins () Version Plugin Author
', '" target="_blank">', $plugin_data['Author'] ) ); ?>