Pretty Links Developer Edition

Pretty Links Developer Edition v3.6.15

No permission to download

RogerM

Well-known member
Mar 3, 2020
461
439
63
Maracaibo, Venezuela
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!!
 

Lalo

Well-known member
Babiato Fan
Trusted Seller
Aug 25, 2018
964
682
113
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... @Tomz shared it in one of the forum topics before... changed my WP-Dashboard life... 😇
 

Lalo

Well-known member
Babiato Fan
Trusted Seller
Aug 25, 2018
964
682
113
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...
 

Lalo

Well-known member
Babiato Fan
Trusted Seller
Aug 25, 2018
964
682
113
yes or paste the code in your theme to use only 1 plugin
With User Role Editor Pro, you control all your subscribers
Will consider this if the website has users...if not, Well stick with the Disable admin... Plugin.
I appreciate your sharing... (y)
 

Kamily

Active member
Jul 19, 2018
322
176
43
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
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu