We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5989071 + 753cfb1 commit aac5bb7Copy full SHA for aac5bb7
includes/ploi-integrations.php
@@ -28,7 +28,8 @@ function clear_ploi_caches_on_post_save($post_id) {
28
'wpfc_delete_cache', // WP Fastest Cache
29
'flying_press_purge_url:after', // FlyingPress - URL
30
'flying_press_purge_pages:after', // FlyingPress - Pages
31
- 'flying_press_purge_everything:after' // FlyingPress - Everything
+ 'flying_press_purge_everything:after', // FlyingPress - Everything
32
+ 'wp_ajax_bricks_save_post' //BricksBuilder
33
];
34
35
foreach ($cache_clear_actions as $action) {
0 commit comments