• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Pretty Links Developer Edition

Pretty Links Developer Edition v3.6.4

No permission to download
You're not alone :ROFLMAO:
I found a working solution for this.


It gives you the power to individually get rid of any WordPress admin notification.

273c5067817352cf61d6d468faf71ade.gif

LOVE IT!!
 
  • Like
Reactions: Babak and Lalo
I found a working solution for this.


It gives you the power to individually get rid of any WordPress admin notification.

273c5067817352cf61d6d468faf71ade.gif

LOVE IT!!
Yes ... wonderful plugin, It's essential for me... @Babak shared it in one of the forum topics before... changed my WP-Dashboard life... 😇
 
  • Like
Reactions: Kamily and Babak
I use another way for this
View attachment 39152
View attachment 39153
View attachment 39154
add_filter('ure_role_additional_options', 'ure_add_block_admin_notices_option', 10, 1); function ure_add_block_admin_notices_option($items) { $item = URE_Role_Additional_Options::create_item('block_admin_notices', esc_html__('Block admin notices', 'user-role-editor'), 'admin_init', 'ure_block_admin_notices'); $items[$item->id] = $item; return $items; } function ure_block_admin_notices() { add_action('admin_print_scripts', 'ure_remove_admin_notices'); } function ure_remove_admin_notices() { global $wp_filter; if (is_user_admin()) { if (isset($wp_filter['user_admin_notices'])) { unset($wp_filter['user_admin_notices']); } } elseif (isset($wp_filter['admin_notices'])) { unset($wp_filter['admin_notices']); } if (isset($wp_filter['all_admin_notices'])) { unset($wp_filter['all_admin_notices']); } }
well, thx for sharing this too.. will put it in my list.
Just small note here... I have to use 2 plugins for this method alongside the code...
 
how to remove the red alert
If you are lucky, this removes the red alert. :) Please test and report back!

TassieNZ :)
 
  • Love
  • Like
Reactions: Kamily and amit338
Yes it working fine! Thanks TassieNZ
So i dont need any plugin to get rid of annoying activation notification (y););)(y)
LOL Hopefully now nothing needed for removal of RED activation. Meant to look at this ages ago, but totally forgot! :)
 
  • Like
Reactions: Kamily
A new version of Pretty Links Developer Edition is available. See details of version 3.2.1.
@TassieNZ
3.2.1

  • UI Tweaks
  • Pro: Fix auto-created links not using requested slug
  • Pro: Link rotation weights of 1% supported now
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock