przestrzal

Results 1 comments of przestrzal

Ok, i've fount it in > /inc/3rd-party/plugins/advanced-custom-fields.php ``` function rocket_clear_cache_on_acf_options_save( $post_id ) { if ( 'options' === $post_id ) { rocket_clean_domain(); } } add_action( 'acf/save_post', 'rocket_clear_cache_on_acf_options_save' ); ``` Could you...