Absolutely Glamorous Custom Admin - Version 5.7.4

Version Description

  • Updated plugin links to secure links
Download this release

Release Info

Developer cusmin
Plugin Icon 128x128 Absolutely Glamorous Custom Admin
Version 5.7.4
Comparing to
See all releases

Code changes from version 5.7.3 to 5.7.4

Files changed (3) hide show
  1. plugin.php +21 -21
  2. readme.txt +11 -5
  3. script/ag_script.js +3 -3
plugin.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /*
3
  Plugin Name: AG Custom Admin
4
- Plugin URI: http://wordpressadminpanel.com/ag-custom-admin/
5
  Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
6
  Author: WAP
7
- Version: 5.7.3
8
  Text Domain: ag-custom-admin
9
  Domain Path: /languages
10
- Author URI: http://www.wordpressadminpanel.com/
11
 
12
  Copyright 2017. WAP (email : info@wordpressadminpanel.com)
13
 
@@ -35,7 +35,7 @@ class AGCA{
35
  private $context = "";
36
  private $saveAfterImport = false;
37
  private $templateCustomizations = "";
38
- private $templates_ep = "http://wordpressadminpanel.com/configuration.php";
39
 
40
  public function __construct()
41
  {
@@ -58,7 +58,7 @@ class AGCA{
58
  add_action('login_head', array(&$this,'print_login_head'));
59
  add_action('admin_menu', array(&$this,'agca_create_menu'));
60
  add_action('wp_head', array(&$this,'print_page'));
61
- add_action( 'wp_before_admin_bar_render', array(&$this,'admin_bar_changes') );
62
  add_action( 'plugins_loaded', array(&$this,'load_plugin_textdomain') );
63
  register_deactivation_hook(__FILE__, array(&$this,'agca_deactivate'));
64
 
@@ -73,7 +73,7 @@ class AGCA{
73
  /*Initialize properties*/
74
  $this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
75
 
76
- $this->agca_version = "5.7.3";
77
 
78
  //TODO:upload images programmatically
79
  }
@@ -89,11 +89,11 @@ class AGCA{
89
  {
90
  if(!is_network_admin()){
91
  $links[] = '<a href="tools.php?page=ag-custom-admin/plugin.php#general-settings">' . __('Settings', 'ag-custom-admin') . '</a>';
92
- $links[] = '<a href="tools.php?page=ag-custom-admin/plugin.php#ag-templates">' . __('Admin Themes', 'ag-custom-admin') . '</a>';
93
  }
94
- $links[] = '<a href="http://wordpressadminpanel.com/agca-support/">' . __('Support', 'ag-custom-admin') . '</a>';
95
  $links[] = '<a href="https://cusmin.com/upgrade-to-cusmin?ref=plugins">' . __('Upgrade', 'ag-custom-admin') . '</a>';
96
- $links[] = '<a href="http://wordpressadminpanel.com/agca-support/support-for-future-development">' . __('Donate', 'ag-custom-admin') . '</a>';
97
  }
98
  return $links;
99
  }
@@ -1354,7 +1354,7 @@ class AGCA{
1354
  var agca_error_details = "___________________________________________________<br/>";
1355
  agca_error_details += '<br/>' + msg +'<br/>source:' + url + '<br/>line:' + line + '<br/>';
1356
  agca_error_details += "___________________________________________________<br/>";
1357
- window.agca_error_details_text = agca_error_details + '<br/><?php _e('This JavaScript error can stop AG Custom Admin plugin to work properly. If everything still works, you can ignore this notification.', 'ag-custom-admin'); ?> <br/><br/><?php _e('Possible solutions', 'ag-custom-admin'); ?>:<br/><br/>1) <?php _e('Make sure to have everything up to date: WordPress site, plugins and themes.', 'ag-custom-admin'); ?><br/><br/>2) <?php _e('Try disabling plugins one by one to see if problem can be resolved this way. If so, one of disabled plugins caused this error.', 'ag-custom-admin'); ?><br/><br/>3) <?php _e('Check "source" path of this error. This could be indicator of the plugin/theme that caused the error.', 'ag-custom-admin'); ?><br/><br/>4) <?php _e('If it\\\'s obvious that error is thrown from a particular plugin/theme, please report this error to their support.', 'ag-custom-admin'); ?> <br/><br/>5) <?php _e('Try activating default WordPress theme instead of your current theme.', 'ag-custom-admin'); ?><br/><br/>6) <?php _e('Advanced: Try fixing this issue manually: Navigate to the link above in your browser and open the source of the page (right click -> view page source) and find the line in code where it fails. You should access this file via FTP and try to fix this error on that line.', 'ag-custom-admin') ?><br/><br/>7) <?php _e('Contact us if nothing above helps. Please do not post errors that are caused by other plugins/themes to our support page. Contact their support instead. If you think that error is somehow related to AG Custom Admin plugin, or something unexpected happens, please report that on our', 'ag-custom-admin'); ?> <a href="http://wordpressadminpanel.com/agca-support/ag_custom_admin/error-ocurred-javascript-error-caught/" target="_blank"><?php _e('SUPPORT PAGE', 'ag-custom-admin'); ?></a>';
1358
  document.getElementsByTagName('html')[0].style.visibility = "visible";
1359
  var errorDivHtml = '<div style="background: #f08080;border-radius: 3px;color: #ffffff;height: auto; margin-right: 13px;padding: 6px 14px;width: 450px;z-index: 99999; position:absolute;">\
1360
  <?php _e('AG Custom Admin caught an error on your site!', 'ag-custom-admin'); ?>&nbsp;<a target="_blank" href="#" onclick="var aedt = document.getElementById(\'agca_error_details_text\'); if(aedt.style.display !== \'block\') {aedt.style.display = \'block\';} else{aedt.style.display = \'none\';} return false;" style="color: #ffffff !important;float:right;font-weight: bold;text-decoration: none;">(<?php _e('show/hide more...', 'ag-custom-admin'); ?>)</a><div id="agca_error_details_text" style="display:none;margin: 10px 0;background:#ffffff;border-radius: 5px;padding:8px;color: #777;">'+agca_error_details_text+'</div></div>';
@@ -2186,10 +2186,10 @@ class AGCA{
2186
  <strong>
2187
  <span style="color:#005B69">Your feedback:</span>
2188
  </strong>
2189
- <a class="feedback positive" target="_blank" title="<?php _e('POSITIVE FEEDBACK: I like this plugin!', 'ag-custom-admin'); ?>" href="http://wordpressadminpanel.com/agca-support/feedback/ag-custom-admin-positive-feedback/">
2190
  <span class="dashicons dashicons-thumbs-up"></span>
2191
  </a>
2192
- <a class="feedback negative" target="_blank" title="<?php _e('NEGATIVE FEEDBACK: I don\'t like this plugin.', 'ag-custom-admin'); ?>" href="http://wordpressadminpanel.com/agca-support/feedback/ag-custom-admin-negative-feedback/">
2193
  <span class="dashicons dashicons-thumbs-down"></span>
2194
  </a>
2195
  </div>
@@ -2206,7 +2206,7 @@ class AGCA{
2206
  <li class="normal" style=""><a style="color:#DB6014;font-weight:bolder;" href="#ag-templates" title="<?php _e('AG Custom Admin Themes', 'ag-custom-admin')?>"><?php _e('Themes', 'ag-custom-admin')?></a></li>
2207
  <li class="normal upgrade"><a href="https://cusmin.com/upgrade-to-cusmin?ref=menu" target="_blank" title="<?php _e('Upgrade to Cusmin', 'ag-custom-admin')?>"><img src="<?php echo plugins_url( 'images/cusminlogo.png', __FILE__ ) ?>" /><?php _e('Upgrade', 'ag-custom-admin')?></a></li>
2208
 
2209
- <li style="background:none;border:none;padding:0;"><a id="agca_donate_button" target="_blank" style="margin-left:8px" title="<?php _e('Do you like this plugin? You can support its future development by giving a donation by your choice', 'ag-custom-admin')?> " href="http://wordpressadminpanel.com/agca-support/support-for-future-development/"><img alt="<?php _e('Donate', 'ag-custom-admin')?>" src="<?php echo $this->pluginUrl(); ?>images/btn_donate_LG.gif" /></a>
2210
  </li>
2211
  <li style="background:none;border:none;padding:0;padding-left:10px;margin-top:-7px"></li>
2212
  </ul>
@@ -2275,22 +2275,22 @@ class AGCA{
2275
  <td colspan="2">
2276
  <div class="agca-feedback-and-support">
2277
  <ul>
2278
- <li><a href="http://wordpressadminpanel.com/agca-support/contact/?type=feature" target="_blank"><span class="dashicons dashicons-lightbulb"></span>&nbsp;&nbsp;<?php _e('Idea for improvement', 'ag-custom-admin'); ?></a> - <?php _e('submit your idea for improvement', 'ag-custom-admin'); ?> </li>
2279
  </ul>
2280
  <ul>
2281
- <li><a href="http://wordpressadminpanel.com/agca-support/contact/?type=bug" target="_blank"><span class="dashicons dashicons-megaphone"></span>&nbsp;&nbsp;<?php _e('Report an issue', 'ag-custom-admin'); ?></a> - <?php _e('If plugin does not work as expected', 'ag-custom-admin'); ?> </li>
2282
  </ul>
2283
  <ul>
2284
- <li><a href="http://wordpressadminpanel.com/agca-support/contact/?type=theme" target="_blank"><span class="dashicons dashicons-art"></span>&nbsp;&nbsp;<?php _e('Idea for admin theme', 'ag-custom-admin'); ?></a> - <?php _e('submit your idea for admin theme', 'ag-custom-admin'); ?> </li>
2285
  </ul>
2286
  <ul>
2287
  <li><a href="https://wordpress.org/support/view/plugin-reviews/ag-custom-admin" target="_blank"><span class="dashicons dashicons-awards"></span>&nbsp;&nbsp;<?php _e('Add a review on WordPress.org', 'ag-custom-admin'); ?></a> - <?php _e('add your review and rate us on WordPress.org', 'ag-custom-admin'); ?> </li>
2288
  </ul>
2289
  <ul>
2290
- <li><a href="http://wordpressadminpanel.com/agca-support/" target="_blank"><span class="dashicons dashicons-shield-alt"></span>&nbsp;&nbsp;<?php _e('Visit our support site', 'ag-custom-admin'); ?></a> - <?php _e('for any other questions, feel free to contact us', 'ag-custom-admin'); ?> </li>
2291
  </ul>
2292
  <ul>
2293
- <li><a href="http://wordpressadminpanel.com/agca-support/support-for-future-development/" target="_blank"><span class="dashicons dashicons-palmtree"></span>&nbsp;&nbsp;<?php _e('Donate', 'ag-custom-admin'); ?></a> - <?php _e('only if you find this plugin helpful for your needs', 'ag-custom-admin'); ?> </li>
2294
  </ul>
2295
  <ul class="upgrade">
2296
  <li><a href="https://cusmin.com/upgrade-to-cusmin?ref=page" target="_blank">
@@ -2475,12 +2475,12 @@ class AGCA{
2475
  'label'=>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.__('"+ New" -> Media sub-menu', 'ag-custom-admin')
2476
  ));
2477
 
2478
- $this->print_checkbox(array(
2479
  'hide'=>true,
2480
  'title'=>__('Hides "Admin themes" from admin bar', 'ag-custom-admin'),
2481
  'name'=>'agca_admin_bar_admin_themes',
2482
  'label'=>__('"Admin themes"', 'ag-custom-admin')
2483
- ));
2484
 
2485
  $this->print_input(array(
2486
  'title'=>__('Adds custom text in admin top bar.', 'ag-custom-admin'),
@@ -2960,7 +2960,7 @@ class AGCA{
2960
  <div id="advanced_template_options" style="display:none">
2961
  <div class="agca-feedback-and-support">
2962
  <ul>
2963
- <li><a href="http://wordpressadminpanel.com/agca-support/contact/?type=theme" title="<?php _e('If you have any ideas for theme improvements, or you have new themes requests, please feel free to send us a message', 'ag-custom-admin'); ?>" target="_blank"><span class="dashicons dashicons-art"></span>&nbsp;&nbsp;<?php _e('Submit your admin themes ideas', 'ag-custom-admin'); ?></a></li>
2964
  <li><a style="background: #f08080;color:#fff;" href="javascript:agca_removeAllTemplates();" title="<?php _e('WARNING: All installed themes will be removed. To activate them again, you would need to install theme and activate using valid license keys. Free themes can be installed again.', 'ag-custom-admin'); ?>"><span style="color:#fff" class="dashicons dashicons-trash"></span>&nbsp;&nbsp;<?php _e('Uninstall all installed themes', 'ag-custom-admin'); ?></a></li>
2965
  </ul>
2966
  </div>
1
  <?php
2
  /*
3
  Plugin Name: AG Custom Admin
4
+ Plugin URI: https://wordpressadminpanel.com/ag-custom-admin/
5
  Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
6
  Author: WAP
7
+ Version: 5.7.4
8
  Text Domain: ag-custom-admin
9
  Domain Path: /languages
10
+ Author URI: https://www.wordpressadminpanel.com/
11
 
12
  Copyright 2017. WAP (email : info@wordpressadminpanel.com)
13
 
35
  private $context = "";
36
  private $saveAfterImport = false;
37
  private $templateCustomizations = "";
38
+ private $templates_ep = "https://wordpressadminpanel.com/configuration.php";
39
 
40
  public function __construct()
41
  {
58
  add_action('login_head', array(&$this,'print_login_head'));
59
  add_action('admin_menu', array(&$this,'agca_create_menu'));
60
  add_action('wp_head', array(&$this,'print_page'));
61
+ //add_action( 'wp_before_admin_bar_render', array(&$this,'admin_bar_changes') );
62
  add_action( 'plugins_loaded', array(&$this,'load_plugin_textdomain') );
63
  register_deactivation_hook(__FILE__, array(&$this,'agca_deactivate'));
64
 
73
  /*Initialize properties*/
74
  $this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
75
 
76
+ $this->agca_version = "5.7.4";
77
 
78
  //TODO:upload images programmatically
79
  }
89
  {
90
  if(!is_network_admin()){
91
  $links[] = '<a href="tools.php?page=ag-custom-admin/plugin.php#general-settings">' . __('Settings', 'ag-custom-admin') . '</a>';
92
+ //$links[] = '<a href="tools.php?page=ag-custom-admin/plugin.php#ag-templates">' . __('Admin Themes', 'ag-custom-admin') . '</a>';
93
  }
94
+ $links[] = '<a href="https://wordpressadminpanel.com/agca-support/">' . __('Support', 'ag-custom-admin') . '</a>';
95
  $links[] = '<a href="https://cusmin.com/upgrade-to-cusmin?ref=plugins">' . __('Upgrade', 'ag-custom-admin') . '</a>';
96
+ $links[] = '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&item_name=Support+for+AG+Custom+Admin+Development">' . __('Donate', 'ag-custom-admin') . '</a>';
97
  }
98
  return $links;
99
  }
1354
  var agca_error_details = "___________________________________________________<br/>";
1355
  agca_error_details += '<br/>' + msg +'<br/>source:' + url + '<br/>line:' + line + '<br/>';
1356
  agca_error_details += "___________________________________________________<br/>";
1357
+ window.agca_error_details_text = agca_error_details + '<br/><?php _e('This JavaScript error can stop AG Custom Admin plugin to work properly. If everything still works, you can ignore this notification.', 'ag-custom-admin'); ?> <br/><br/><?php _e('Possible solutions', 'ag-custom-admin'); ?>:<br/><br/>1) <?php _e('Make sure to have everything up to date: WordPress site, plugins and themes.', 'ag-custom-admin'); ?><br/><br/>2) <?php _e('Try disabling plugins one by one to see if problem can be resolved this way. If so, one of disabled plugins caused this error.', 'ag-custom-admin'); ?><br/><br/>3) <?php _e('Check "source" path of this error. This could be indicator of the plugin/theme that caused the error.', 'ag-custom-admin'); ?><br/><br/>4) <?php _e('If it\\\'s obvious that error is thrown from a particular plugin/theme, please report this error to their support.', 'ag-custom-admin'); ?> <br/><br/>5) <?php _e('Try activating default WordPress theme instead of your current theme.', 'ag-custom-admin'); ?><br/><br/>6) <?php _e('Advanced: Try fixing this issue manually: Navigate to the link above in your browser and open the source of the page (right click -> view page source) and find the line in code where it fails. You should access this file via FTP and try to fix this error on that line.', 'ag-custom-admin') ?><br/><br/>7) <?php _e('Contact us if nothing above helps. Please do not post errors that are caused by other plugins/themes to our support page. Contact their support instead. If you think that error is somehow related to AG Custom Admin plugin, or something unexpected happens, please report that on our', 'ag-custom-admin'); ?> <a href="https://wordpressadminpanel.com/agca-support/ag_custom_admin/error-ocurred-javascript-error-caught/" target="_blank"><?php _e('SUPPORT PAGE', 'ag-custom-admin'); ?></a>';
1358
  document.getElementsByTagName('html')[0].style.visibility = "visible";
1359
  var errorDivHtml = '<div style="background: #f08080;border-radius: 3px;color: #ffffff;height: auto; margin-right: 13px;padding: 6px 14px;width: 450px;z-index: 99999; position:absolute;">\
1360
  <?php _e('AG Custom Admin caught an error on your site!', 'ag-custom-admin'); ?>&nbsp;<a target="_blank" href="#" onclick="var aedt = document.getElementById(\'agca_error_details_text\'); if(aedt.style.display !== \'block\') {aedt.style.display = \'block\';} else{aedt.style.display = \'none\';} return false;" style="color: #ffffff !important;float:right;font-weight: bold;text-decoration: none;">(<?php _e('show/hide more...', 'ag-custom-admin'); ?>)</a><div id="agca_error_details_text" style="display:none;margin: 10px 0;background:#ffffff;border-radius: 5px;padding:8px;color: #777;">'+agca_error_details_text+'</div></div>';
2186
  <strong>
2187
  <span style="color:#005B69">Your feedback:</span>
2188
  </strong>
2189
+ <a class="feedback positive" target="_blank" title="<?php _e('POSITIVE FEEDBACK: I like this plugin!', 'ag-custom-admin'); ?>" href="https://wordpressadminpanel.com/agca-support/feedback/ag-custom-admin-positive-feedback/">
2190
  <span class="dashicons dashicons-thumbs-up"></span>
2191
  </a>
2192
+ <a class="feedback negative" target="_blank" title="<?php _e('NEGATIVE FEEDBACK: I don\'t like this plugin.', 'ag-custom-admin'); ?>" href="https://wordpressadminpanel.com/agca-support/feedback/ag-custom-admin-negative-feedback/">
2193
  <span class="dashicons dashicons-thumbs-down"></span>
2194
  </a>
2195
  </div>
2206
  <li class="normal" style=""><a style="color:#DB6014;font-weight:bolder;" href="#ag-templates" title="<?php _e('AG Custom Admin Themes', 'ag-custom-admin')?>"><?php _e('Themes', 'ag-custom-admin')?></a></li>
2207
  <li class="normal upgrade"><a href="https://cusmin.com/upgrade-to-cusmin?ref=menu" target="_blank" title="<?php _e('Upgrade to Cusmin', 'ag-custom-admin')?>"><img src="<?php echo plugins_url( 'images/cusminlogo.png', __FILE__ ) ?>" /><?php _e('Upgrade', 'ag-custom-admin')?></a></li>
2208
 
2209
+ <li style="background:none;border:none;padding:0;"><a id="agca_donate_button" target="_blank" style="margin-left:8px" title="<?php _e('Do you like this plugin? You can support its future development by giving a donation by your choice', 'ag-custom-admin')?> " href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&item_name=Support+for+AG+Custom+Admin+Development"><img alt="<?php _e('Donate', 'ag-custom-admin')?>" src="<?php echo $this->pluginUrl(); ?>images/btn_donate_LG.gif" /></a>
2210
  </li>
2211
  <li style="background:none;border:none;padding:0;padding-left:10px;margin-top:-7px"></li>
2212
  </ul>
2275
  <td colspan="2">
2276
  <div class="agca-feedback-and-support">
2277
  <ul>
2278
+ <li><a href="https://wordpressadminpanel.com/agca-support/contact/?type=feature" target="_blank"><span class="dashicons dashicons-lightbulb"></span>&nbsp;&nbsp;<?php _e('Idea for improvement', 'ag-custom-admin'); ?></a> - <?php _e('submit your idea for improvement', 'ag-custom-admin'); ?> </li>
2279
  </ul>
2280
  <ul>
2281
+ <li><a href="https://wordpressadminpanel.com/agca-support/contact/?type=bug" target="_blank"><span class="dashicons dashicons-megaphone"></span>&nbsp;&nbsp;<?php _e('Report an issue', 'ag-custom-admin'); ?></a> - <?php _e('If plugin does not work as expected', 'ag-custom-admin'); ?> </li>
2282
  </ul>
2283
  <ul>
2284
+ <li><a href="https://wordpressadminpanel.com/agca-support/contact/?type=theme" target="_blank"><span class="dashicons dashicons-art"></span>&nbsp;&nbsp;<?php _e('Idea for admin theme', 'ag-custom-admin'); ?></a> - <?php _e('submit your idea for admin theme', 'ag-custom-admin'); ?> </li>
2285
  </ul>
2286
  <ul>
2287
  <li><a href="https://wordpress.org/support/view/plugin-reviews/ag-custom-admin" target="_blank"><span class="dashicons dashicons-awards"></span>&nbsp;&nbsp;<?php _e('Add a review on WordPress.org', 'ag-custom-admin'); ?></a> - <?php _e('add your review and rate us on WordPress.org', 'ag-custom-admin'); ?> </li>
2288
  </ul>
2289
  <ul>
2290
+ <li><a href="https://wordpressadminpanel.com/agca-support/" target="_blank"><span class="dashicons dashicons-shield-alt"></span>&nbsp;&nbsp;<?php _e('Visit our support site', 'ag-custom-admin'); ?></a> - <?php _e('for any other questions, feel free to contact us', 'ag-custom-admin'); ?> </li>
2291
  </ul>
2292
  <ul>
2293
+ <li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&item_name=Support+for+AG+Custom+Admin+Development" target="_blank"><span class="dashicons dashicons-palmtree"></span>&nbsp;&nbsp;<?php _e('Donate', 'ag-custom-admin'); ?></a> - <?php _e('only if you find this plugin helpful for your needs', 'ag-custom-admin'); ?> </li>
2294
  </ul>
2295
  <ul class="upgrade">
2296
  <li><a href="https://cusmin.com/upgrade-to-cusmin?ref=page" target="_blank">
2475
  'label'=>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.__('"+ New" -> Media sub-menu', 'ag-custom-admin')
2476
  ));
2477
 
2478
+ /* $this->print_checkbox(array(
2479
  'hide'=>true,
2480
  'title'=>__('Hides "Admin themes" from admin bar', 'ag-custom-admin'),
2481
  'name'=>'agca_admin_bar_admin_themes',
2482
  'label'=>__('"Admin themes"', 'ag-custom-admin')
2483
+ ));*/
2484
 
2485
  $this->print_input(array(
2486
  'title'=>__('Adds custom text in admin top bar.', 'ag-custom-admin'),
2960
  <div id="advanced_template_options" style="display:none">
2961
  <div class="agca-feedback-and-support">
2962
  <ul>
2963
+ <li><a href="https://wordpressadminpanel.com/agca-support/contact/?type=theme" title="<?php _e('If you have any ideas for theme improvements, or you have new themes requests, please feel free to send us a message', 'ag-custom-admin'); ?>" target="_blank"><span class="dashicons dashicons-art"></span>&nbsp;&nbsp;<?php _e('Submit your admin themes ideas', 'ag-custom-admin'); ?></a></li>
2964
  <li><a style="background: #f08080;color:#fff;" href="javascript:agca_removeAllTemplates();" title="<?php _e('WARNING: All installed themes will be removed. To activate them again, you would need to install theme and activate using valid license keys. Free themes can be installed again.', 'ag-custom-admin'); ?>"><span style="color:#fff" class="dashicons dashicons-trash"></span>&nbsp;&nbsp;<?php _e('Uninstall all installed themes', 'ag-custom-admin'); ?></a></li>
2965
  </ul>
2966
  </div>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === AG Custom Admin ===
2
- Contributors: wap
3
- Donate link: http://wordpressadminpanel.com/ag-custom-admin/
4
- Tags: admin, customize, branding, hide, change, white label, themes, admin themes, admin bar, login page
5
  Requires at least: 3.0
6
  Tested up to: 4.8
7
- Stable tag: 5.7.3
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl.txt
10
 
@@ -153,6 +153,9 @@ If you have the latest WordPress and plugin versions and you still experience so
153
 
154
  == Change Log ==
155
 
 
 
 
156
  = 5.7.3 =
157
  * Fix for ABSPATH value
158
  * Added option to hide profile color scheme
@@ -528,6 +531,9 @@ If you have the latest WordPress and plugin versions and you still experience so
528
 
529
  == Upgrade Notice ==
530
 
 
 
 
531
  = 5.7.3 =
532
  * Fix for ABSPATH value, and added option to hide profile color scheme
533
 
@@ -738,4 +744,4 @@ Added settings for fully customization of admin menus.
738
  Better explanations in Settings page. No changes in functionality.
739
 
740
  = 1.0 =
741
- Initial version.
1
  === AG Custom Admin ===
2
+ Contributors: wap, cusmin
3
+ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=agca@cusmin.com&item_name=Support+for+AG+Custom+Admin+Development
4
+ Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
5
  Requires at least: 3.0
6
  Tested up to: 4.8
7
+ Stable tag: 5.7.4
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl.txt
10
 
153
 
154
  == Change Log ==
155
 
156
+ = 5.7.4 =
157
+ * Updated plugin links to secure links
158
+
159
  = 5.7.3 =
160
  * Fix for ABSPATH value
161
  * Added option to hide profile color scheme
531
 
532
  == Upgrade Notice ==
533
 
534
+ = 5.7.4 =
535
+ * Updated plugin links to secure links
536
+
537
  = 5.7.3 =
538
  * Fix for ABSPATH value, and added option to hide profile color scheme
539
 
744
  Better explanations in Settings page. No changes in functionality.
745
 
746
  = 1.0 =
747
+ Initial version.
script/ag_script.js CHANGED
@@ -766,7 +766,7 @@ jQuery(document).ready(function(){
766
  if(typeof isAGCAPage !== 'undefined'){
767
  if(isAGCAPage == true){
768
  //alert('admin page');
769
- var url="http://wordpressadminpanel.com/ads/ep/ads/ads?jsoncallback=?";
770
  jQuery.getJSON(
771
  url,{
772
  wp_ver: wpversion,
@@ -775,7 +775,7 @@ jQuery(document).ready(function(){
775
  },
776
  function(json){
777
  jQuery.each(json,function(i,post){
778
- jQuery('#agca_advertising ul').append('<li><a target="_blank" href="http://wordpressadminpanel.com/ads/ep/ads/ad?id=' + post.id + '" ><img height=\"100px\" src=\"'+post.src+'\" title=\"'+post.title+'\" /></a></li>');
779
  });
780
  jQuery('#agca_advertising').show();
781
 
@@ -788,7 +788,7 @@ jQuery(document).ready(function(){
788
  jQuery(document).ready(function(){
789
  if(typeof isAGCAPage !== 'undefined'){
790
  if(isAGCAPage == true){
791
- var url="http://wordpressadminpanel.com/info/info?jsoncallback=?";
792
  jQuery.getJSON(
793
  url,{
794
  wp_ver: wpversion,
766
  if(typeof isAGCAPage !== 'undefined'){
767
  if(isAGCAPage == true){
768
  //alert('admin page');
769
+ var url="https://wordpressadminpanel.com/ads/ep/ads/ads?jsoncallback=?";
770
  jQuery.getJSON(
771
  url,{
772
  wp_ver: wpversion,
775
  },
776
  function(json){
777
  jQuery.each(json,function(i,post){
778
+ jQuery('#agca_advertising ul').append('<li><a target="_blank" href="https://wordpressadminpanel.com/ads/ep/ads/ad?id=' + post.id + '" ><img height=\"100px\" src=\"'+post.src+'\" title=\"'+post.title+'\" /></a></li>');
779
  });
780
  jQuery('#agca_advertising').show();
781
 
788
  jQuery(document).ready(function(){
789
  if(typeof isAGCAPage !== 'undefined'){
790
  if(isAGCAPage == true){
791
+ var url="https://wordpressadminpanel.com/info/info?jsoncallback=?";
792
  jQuery.getJSON(
793
  url,{
794
  wp_ver: wpversion,