We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0682683 commit 9807001Copy full SHA for 9807001
ui/admin/settings-settings.php
@@ -38,7 +38,13 @@
38
// Handle clearing cache.
39
$api = pods_api();
40
41
- $api->cache_flush_pods();
+ $api->cache_flush_pods(
42
+ null,
43
+ true,
44
45
+ false,
46
+ true
47
+ );
48
49
if ( defined( 'PODS_PRELOAD_CONFIG_AFTER_FLUSH' ) && PODS_PRELOAD_CONFIG_AFTER_FLUSH ) {
50
$api->load_pods( array( 'bypass_cache' => true ) );
0 commit comments