Forum Replies Created
-
AuthorPosts
-
saulbw
Participant@BA: GPLDL is a free service funded by donations. Therefore there are no “payments” or “refunds”. They also provide MANY premium plugins and themes that are not simply copied from GitHub.
I have never encountered any modified code in any of the plugins I have used before. GPLDL is the real deal. No shadiness, all GPL. 🙂️
saulbw
Participant+1 Hands down the best slider plugin there is
saulbw
ParticipantBy being a plugin of WordPress it should inherently be 100% GPL. What part of it is not GPL?
saulbw
ParticipantAny chance GPLDL will be adding this to their repo? Would be amazing!
saulbw
ParticipantCTRL + F -> search Rocket Genius Gravity Forms WordPress Plugin
It’s right below Rocket Genius Gravity Forms Webhooks Addon and above Rocket Genius Gravity Forms Zapier Addon
saulbw
ParticipantAnother method which directly removes the action that shows the notice:
add_action('admin_init', function() { global $wp_filter; if (!empty($wp_filter['admin_notices']->callbacks[10])) { foreach ($wp_filter['admin_notices']->callbacks[10] as $hook_key => $hook) { if (is_array($hook['function']) && $hook['function'][0] instanceof \Yoast_Plugin_License_Manager && $hook['function'][1] == 'display_admin_notices') { unset($wp_filter['admin_notices']->callbacks[10][$hook_key]); } } } });
saulbw
ParticipantThanks for adding it, as well as all the new WooCommerce plugin releases for the new v2.5 so quickly. You guys are awesome! Donation sent.
saulbw
ParticipantAnd so it is! Thanks @7h3h, I’ll be sure to check twice before posting next time. :)
-
AuthorPosts