/** * Outputs the checkbox for the comment form */ public function output_checkbox($hook = '') { return parent::output_checkbox('comment_form'); }
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'); }
/** * Output sign-up checkbox for MultiSite registration form */ public function output_checkbox($hook = '') { return parent::output_checkbox('multsite_form'); }