value ) ) ? ' spf--active' : ''; $text_on = ( ! empty( $this->field['text_on'] ) ) ? $this->field['text_on'] : esc_html__( 'On', 'smart-post-show' ); $text_off = ( ! empty( $this->field['text_off'] ) ) ? $this->field['text_off'] : esc_html__( 'Off', 'smart-post-show' ); $text_width = ( ! empty( $this->field['text_width'] ) ) ? ' style="width: ' . $this->field['text_width'] . 'px;"' : ''; echo wp_kses_post( $this->field_before() ); echo '
'; echo '' . esc_html( $text_on ) . ''; echo '' . esc_html( $text_off ) . ''; echo ''; echo 'field_attributes() ) . ' />'; echo '
'; echo ( ! empty( $this->field['label'] ) ) ? '' . esc_html( $this->field['label'] ) . '' : ''; echo '
'; echo wp_kses_post( $this->field_after() ); } } }