Untitled

 avatar
unknown
plain_text
25 days ago
204 B
3
Indexable
add_filter('b2bking_flush_cache_wp','__return_false');
add_filter('b2bking_flush_permalinks','__return_false');
add_filter('b2bking_cache_time_setting', function($time){
	return 99999999999999;
}, 10, 1);
Leave a Comment