active icon
active icon
active icon
active icon
active icon
active icon
addons_page(); $plugins = get_plugins(); $installed_plugins = array(); foreach ($plugins as $key => $plugin) { $is_active = is_plugin_active($key); $installed_plugin = array("plugin" => $key, "name" => $plugin["Name"], "is_active" => $is_active); $installed_plugin["activation_url"] = $is_active ? "" : wp_nonce_url("plugins.php?action=activate&plugin={$key}", "activate-plugin_{$key}"); $installed_plugin["deactivation_url"] = !$is_active ? "" : wp_nonce_url("plugins.php?action=deactivate&plugin={$key}", "deactivate-plugin_{$key}"); $installed_plugins[] = $installed_plugin; } ?>
'.__("You need to have ARMember version 1.6 OR higher to install this addon.",'ARMember' ).''; $addon_content .= ''; $addon_content_popup_arg = array( 'id' => 'addon_message', 'class' => 'adddon_message', 'title' => __('Confirmation','ARMember'), 'content' => $addon_content, 'button_id' => 'addon_ok_btn', 'button_onclick' => "addon_message();", ); echo $arm_global_settings->arm_get_bpopup_html($addon_content_popup_arg); $addon_not_supported_content = ''.__("This feature is available only in Pro version.",'ARMember' ).''; $popup = ''; echo $popup ?>