Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: GPLDL Content Safety #21554
    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. 🙂️

    in reply to: Nextend Smart Slider 3 Pro #20226
    saulbw
    Participant

    +1 Hands down the best slider plugin there is

    in reply to: Visual Composer: Page Builder for WordPress #19385
    saulbw
    Participant

    By being a plugin of WordPress it should inherently be 100% GPL. What part of it is not GPL?

    in reply to: WooCommerce Amazon Fulfillment #19380
    saulbw
    Participant

    Any chance GPLDL will be adding this to their repo? Would be amazing!

    in reply to: Gravity Forms #19254
    saulbw
    Participant

    CTRL + 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

    https://gpldl.com/repository/premium-wordpress-plugins/

    in reply to: Get rid of Yoast SEO Premium nagging #19246
    saulbw
    Participant

    Another 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]);
    			}
    		}
    	}
    });
    in reply to: WooCommerce Stamps.com XML File Export #16642
    saulbw
    Participant

    Thanks 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.

    in reply to: Gravity Forms #16240
    saulbw
    Participant

    And so it is! Thanks @7h3h, I’ll be sure to check twice before posting next time. :)

Viewing 8 posts - 1 through 8 (of 8 total)