Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter juliencb

    (@juliencb)

    Hi, yes I have it set to “load some default CSS” and still not working. My site is still local for development. Is there no standard way to set the location of the checkbox if I edit the plugin php files? I found the lines:

    public function add_checkbox_before_submit_button( $submit_button_html ) {
    		$this->added_through_filter = true;
    		return $this->get_checkbox_html() . $submit_button_html;
    	}

    But it’s a mystery to me what $submit_button_html is.

Viewing 1 replies (of 1 total)