unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.' ), $_GET['charsout'] );
else
$errmsg = __( 'Plugin could not be activated because it triggered a
fatal error.' ); ?>
' . __( 'Client Area', 'bestwebsoft' ) . '' ); ?>
$value_plugin ) {
if ( 'all' != $plugin_category && isset( $bws_plugins_category[ $plugin_category ] ) && ! in_array( $plugin_category, $value_plugin['category'] ) )
continue;
$key_plugin_explode = explode( '/', $key_plugin );
$icon = isset( $value_plugin['icon'] ) ? $value_plugin['icon'] : '//ps.w.org/' . $key_plugin_explode[0] . '/assets/icon-256x256.png';
$is_pro_isset = isset( $value_plugin['pro_version'] );
$is_installed = array_key_exists( $key_plugin, $all_plugins );
$is_active = in_array( $key_plugin, $active_plugins ) || isset( $sitewide_active_plugins[ $key_plugin ] );
$is_pro_installed = $is_pro_active = false;
if ( $is_pro_isset ) {
$is_pro_installed = array_key_exists( $value_plugin['pro_version'], $all_plugins );
$is_pro_active = in_array( $value_plugin['pro_version'], $active_plugins ) || isset( $sitewide_active_plugins[ $value_plugin['pro_version'] ] );
}
if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] && ! $is_pro_installed && ! $is_installed ) ||
( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
continue;
$link_attr = isset( $value_plugin['install_url'] ) ? 'href="' . esc_url( $value_plugin['install_url'] ) . '" target="_blank"' : 'href="' . esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] . '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox open-plugin-details-modal"';
$nothing_found = false; ?>
100 ) ? mb_substr( $value_plugin['description'], 0, 100 ) . '...' : $value_plugin['description']; ?>
$theme ) {
$installed_theme = wp_get_theme( $theme->slug ); ?>

slug . '.png'; ?>" alt="" />
name; ?>
exists() ) {
if ( $wp_version < '4.6' ) { ?>