jb_cache_moved_to_wpsc
jb_cache_moved_to_wpsc
Appears in: wp-super-cache.1.12.3, wp-super-cache.1.12.4, wp-super-cache.2.0.0, wp-super-cache.2.0.1
Hook Type: action
Displaying hooks found in version: wp-super-cache.2.0.1do_action('jb_cache_moved_to_wpsc') is found 1 times:
- /inc/boost.php line 137133134135136137138139140141142143
return
;
}
delete_transient(
'wpsc_boost_cache_notice_displayed'
);
do_action(
'jb_cache_moved_to_wpsc'
);
}
add_action(
'wpsc_created_advanced_cache'
,
'wpsc_track_move_from_boost'
);
/**
* Notify Jetpack Boost that Boost Cache will be used instead of WP Super Cache.
*