9 <label
for=
"<?php echo $this->get_field_id(); ?>" class=
"<?php echo $this->get_label_class(); ?>">
21 <label
for=
"<?php echo $this->get_field_id(); ?>">
34 <td scope=
"row" colspan=
"2">
35 <label
for=
"<?php echo $this->get_field_id(); ?>">
45 if( isset( $override_input ) ) {
51 <input name=
"<?php echo esc_attr( $this->name ); ?>" type=
"hidden" value=
"0" />
52 <input name=
"<?php echo esc_attr( $this->name ); ?>" id=
"<?php echo $this->get_field_id(); ?>" type=
"checkbox" value=
"1" <?php checked( $this->value,
'1',
true ); ?> />
render_input( $override_input=NULL)
render_setting( $override_input=NULL)
get_field_desc()
Retrieve field description.
Modify option field type by extending this class.
get_field_left_label()
Retrieve field left label.
get_field_label()
Retrieve field label.