WC_REST_Products_V1_Controller::clear_transients
Clear cache/transients.
Method of the class: WC_REST_Products_V1_Controller{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_REST_Products_V1_Controller = new WC_REST_Products_V1_Controller(); $WC_REST_Products_V1_Controller->clear_transients( $post );
- $post(WP_Post) (required)
- Post data.
WC_REST_Products_V1_Controller::clear_transients() WC REST Products V1 Controller::clear transients code WC 10.6.2
public function clear_transients( $post ) {
wc_delete_product_transients( $post->ID );
}