Richard Sweeney

Results 3 issues of Richard Sweeney

**Issue: I can't see the status of any search-replace commands as they are executing** Right now I'm running a search-replace command (as a regular expression) against the postmeta table which...

command:search-replace

I can create a checkbox group like so: ``` $checkboxes = WP_Form_Element::create( 'checkboxes' ) ->set_name( 'interests' ) ->set_label( 'Interests' ) ->add_option( 'something,'Something' ) ->add_option( 'something_else', Something else' ); ``` Cool....

Allow either an array of values or a single value to be passed to WP_Form_Element::set_default_value to set a 'checked' state for the checkboxes form element.