Presto Player - Ultimate Video Player WordPress Plugin

Presto Player - Ultimate Video Player WordPress Plugin v2.0.8

No permission to download

OnlyJesusSaves

Well-known member
Null Master
Trusted Uploader
Feb 26, 2020
341
1,043
100
A question to you!
What plugin do you use to remove all these nasty notices?
or do you do that by a certain code?
PHP:
// Remove all admin notice checks to improve admin loading speed and overall UI
add_action('admin_head', function() {
    // Set our global variables
    global $pagenow;
    // If $pagenow is not index.php
    if ($pagenow !== 'index.php') {
        // Remove all action calls for admin_notices
        remove_all_actions('admin_notices');
    }
}, 1);

There is a simple conditional check in there. You can tweak it how you need if you know how.

In my setup, I have admin notices only to show on a certain url to a certain user ID.

In this way they never show to anyone else, and they only show to me, if I visit a certain page.

Let me know if it speeds up your admin!!! Honestly, it has been the most speed increasing my backend, beside hosting/server itself. Most plugins make calls to make an admin notice, and Wordpress itself does. These runs so many checks on every page almost. And this snippet puts that to a stop as far as I know. I've never went through the code code to see if it can be done deeper or something is missed. There are a few plugins that still render notices, I think 1 or 2 in my experience. This snippet also make use of WP friendly filter "remove_all_actions".
 

Attachments

  • custom-remove-all-admin-notice-calls.php.zip
    558 bytes · Views: 26

Lalo

Well-known member
Babiato Fan
Trusted Seller
Aug 25, 2018
964
682
113
PHP:
// Remove all admin notice checks to improve admin loading speed and overall UI
add_action('admin_head', function() {
    // Set our global variables
    global $pagenow;
    // If $pagenow is not index.php
    if ($pagenow !== 'index.php') {
        // Remove all action calls for admin_notices
        remove_all_actions('admin_notices');
    }
}, 1);

There is a simple conditional check in there. You can tweak it how you need if you know how.

In my setup, I have admin notices only to show on a certain url to a certain user ID.

In this way they never show to anyone else, and they only show to me, if I visit a certain page.

Let me know if it speeds up your admin!!! Honestly, it has been the most speed increasing my backend, beside hosting/server itself. Most plugins make calls to make an admin notice, and Wordpress itself does. These runs so many checks on every page almost. And this snippet puts that to a stop as far as I know. I've never went through the code code to see if it can be done deeper or something is missed. There are a few plugins that still render notices, I think 1 or 2 in my experience. This snippet also make use of WP friendly filter "remove_all_actions".
Thank you very much! I'll check and see how it goes with me.
Regards!
 
  • Love
Reactions: OnlyJesusSaves

OnlyJesusSaves

Well-known member
Null Master
Trusted Uploader
Feb 26, 2020
341
1,043
100
This plugin is a Nulled one?
This is showed in the plugin setting.
The plugin is supposed to have Elementor widget and it doesn't have it.
Could you please check the plugin?
Thanks in advance.
1629773397821.png

This should have the license stuff removed and ready to use.
If the Elementor widget is available it should be as well in this one.
 

Attachments

  • presto-player-pro-1.1.6.zip
    208.5 KB · Views: 39
  • Like
Reactions: nguyentrongtien

OnlyJesusSaves

Well-known member
Null Master
Trusted Uploader
Feb 26, 2020
341
1,043
100
Thank you. This one brings the Elmentor widget.
Cheers

Ok, cool.

@Tomz could you update with proper licenseless version above?

And here is the code edits for anyone needing or in the future.

It's really simple because they have a "TESTSUITE" version, so I just enable it, and then comment out the license.php register actions.

presto-player-pro.php – presto-player-pro.php-08242021-115357.jpg presto-player-pro.php – License.php-08242021-115532.jpg
 
  • Like
Reactions: lostrag

eltruenocom

Member
Aug 12, 2020
22
74
13
Ok, cool.

@Tomz could you update with proper licenseless version above?

And here is the code edits for anyone needing or in the future.

It's really simple because they have a "TESTSUITE" version, so I just enable it, and then comment out the license.php register actions.

presto-player-pro.php – presto-player-pro.php-08242021-115357.jpg presto-player-pro.php – License.php-08242021-115532.jpg
this is the latest version.
 

Attachments

  • presto-player-pro-1-pjkica.zip
    153.3 KB · Views: 30

simplysexyboy

Well-known member
Trusted Uploader
Oct 24, 2020
557
625
93
U.S.A
Could you please disable the API checking from the dahboard its make 3 to 5 secionds CURL to presto website check licence validation.

Thanks
 

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