Added cache clearing ability to Livestream with this:
//flush cache on link update add_action( 'mb_settings_page_load', function() { if ( class_exists( '\Nginx_Helper' ) ) { global $nginx_purger; $nginx_purger->purge_all(); } }, 20 );
Added cache clearing ability to Livestream with this:
//flush cache on link update add_action( 'mb_settings_page_load', function() { if ( class_exists( '\Nginx_Helper' ) ) { global $nginx_purger; $nginx_purger->purge_all(); } }, 20 );