Caution : this will disable all vibethemes plugin updates .
please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
add_action(‘plugins_loaded’,function(){
remove_action( ‘init’, ‘vibe_shortcodes_update’ );
remove_action( ‘init’, ‘vibe_course_module_update’ );
remove_action( ‘init’, ‘vibe_custom_types_update’ );
remove_action( ‘init’, ‘wplms_assignments_update’ );
remove_action( ‘init’, ‘wplms_dashboard_update’ );
remove_action( ‘init’, ‘wplms_front_end_update’ );
},11);
add_action(‘init’,function(){
$reg = WPLMS_Register::init();
remove_action( ‘admin_init’,array($reg,’storegoogle_webfonts’ ));
});
How about this according to Query Monitor:
Use of undefined constant ‘init’ – assumed ‘‘init’’ (this will throw an Error in a future version of PHP)
i have been facing multiple issues as the theme fails to update with the new customer registration.
I have set emails, but it keeps failing.
Its seems like the buddy press and d=buddy drive have a lot of issues
I still get a request time out with this snippet added
Hi Have the same problem and tried this code but still not much change. In fact now dashboard and few other pages like Menu are loading slowly..
I have the same issue. Plugins Admin Page loading slow or returning error.
The above code had no impact.
define( ‘WP_HTTP_BLOCK_EXTERNAL’, true );
define( ‘AUTOMATIC_UPDATER_DISABLED’, true );
define( ‘WP_AUTO_UPDATE_CORE’, false );
This works but blocking external is not a viable option if you have outgoing request aside from updates.
PLEASE FIX THIS
Anyone still facing this issue:
I installed Snitch https://wordpress.org/plugins/snitch/
and blocked the connection to vibethemes.com
Everything loading smoothly again now.
Some issue with cloudflare DNS , it is blocking the hits thinking it is an attack on our server. The issue only arises when there are a huge number of hits within short span of time.