output_checkbox() public method

Outputs a checkbox
public output_checkbox ( )
Exemplo n.º 1
0
 /**
  * Outputs the checkbox for the comment form
  */
 public function output_checkbox($hook = '')
 {
     return parent::output_checkbox('comment_form');
 }
Exemplo n.º 2
0
 public function output_checkbox($hook = '')
 {
     return parent::output_checkbox('bbpress_forms');
 }
 /**
  * Outputs the registration form checkbox
  */
 public function output_checkbox($hook = '')
 {
     return parent::output_checkbox('registration_form');
 }
Exemplo n.º 4
0
 /**
  * Output sign-up checkbox for MultiSite registration form
  */
 public function output_checkbox($hook = '')
 {
     return parent::output_checkbox('multsite_form');
 }