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.2.0.1

do_action('jb_cache_moved_to_wpsc') is found 1 times:

  • /inc/boost.php line 137
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
            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.
     *