Pretty Links Developer Edition

Pretty Links Developer Edition v4.0.8 Nulled

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
Trusted Seller
Aug 25, 2018
964
683
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
Trusted Seller
Aug 25, 2018
964
683
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...
 

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 19, 2018
66,569
67,385
120
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
 

Forum statistics

Threads
73,848
Messages
957,160
Members
282,817
Latest member
egynew

About us

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu