Skip to content
Adrian Duffell edited this page May 11, 2026 · 8 revisions

Welcome to the wc-clearance wiki!

Commands for testing

The following commands are helpful for testing:

List all settings

wp-env run cli wp eval 'wp_set_current_user(1); echo wp_json_encode( rest_do_request( new WP_REST_Request("GET","/wp/v2/settings") )->get_data(), JSON_PRETTY_PRINT );'

Remove all settings

wp-env run cli wp option delete wc_clearance_message wc_clearance_page_id wc_clearance_badge_label wc_clearance_badge_text_color wc_clearance_badge_bg_color wc_clearance_badge_border_radius wc_clearance_badge_border_color wc_clearance_badge_border_style wc_clearance_badge_border_width wc_clearance_badge_font_size wc_clearance_badge_font_weight wc_clearance_badge_padding_top wc_clearance_badge_padding_right wc_clearance_badge_padding_bottom wc_clearance_badge_padding_left wc_clearance_badge_scale

()

Deactivate-Reactivate plugin

wp-env run cli wp plugin deactivate wc-clearance && wp-env run cli wp plugin activate wc-clearance

Clone this wiki locally