How to update WPBakery from ManageWP ?

kurosaki4d

Power Member
Joined
Apr 24, 2018
Messages
694
Reaction score
83
Hello,

I have a lot of my clients websites connected with my ManageWP account.

I'm trying to update WPbakery from within the dashboard, and i heard somewhere that there are a number of plugins available to install from an External Source from within Managewp.

I'm hoping somebody could point me into the right direction.



Thank you
 
I guess you are charging for that service? If not I'd just one time do this:

- Add to functions.php
add_filter( 'auto_update_plugin', '__return_true' );

- Then all themese
add_filter( 'auto_update_theme', '__return_true' );

Not using them so can't comment more on the service itself
 
I guess you are charging for that service? If not I'd just one time do this:

- Add to functions.php
add_filter( 'auto_update_plugin', '__return_true' );

- Then all themese
add_filter( 'auto_update_theme', '__return_true' );

Not using them so can't comment more on the service itself

Thank you for your suggestion. However, as you know many themes offer these kind of plugins bundled with their template, so i can't just update them like that. Knowing that, How do you manage to update them then?
 
Back
Top