WP-Optimize Purge cache automatically when balance change
-
where can I add this code
add_filter( 'mycred_add_finished', 'check_for_balance_change', 1000, 3 );function check_for_balance_change( $reply, $request, $mycred ) {if ( $reply === true ) { wpo_cache_flush(); } return $reply;}
On WP-Optimize plugin
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WP-Optimize Purge cache automatically when balance change’ is closed to new replies.