• The plugin is working like a charm.
    The support is fast and warm: I had an issue with variation creation, and the team just replied me within a day, and created a new version of the plugin just for resolving that issue. Thanks this, since version v2.136 you can use the pwbe_variation_created event to execute code when a variation is created via this pw-bulk-edit plugin, like this

    
    add_filter( 'pwbe_variation_created', 'custom_pwbe_variation_created', 10, 2 );
    function custom_pwbe_variation_created( $variation_id, $product_id ){}
    

    This is awesome!
    THANK YOU

    • This topic was modified 6 years, 10 months ago by simonemsr.
    • This topic was modified 6 years, 10 months ago by simonemsr.
  • The topic ‘Awesome plugin, best team’ is closed to new replies.