jb_cache_moved_to_wpsc

jb_cache_moved_to_wpsc

Hook Type: action

See hook in core

Displaying hooks found in version: wp-super-cache.1.12.4

do_action('jb_cache_moved_to_wpsc') is found 1 times:

  • /inc/boost.php line 137
    		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.
     *