Remove esc_html from $label output
-
We are pulling in category content to a dynamically created list of check boxes. The result is we have the name of the post, then the categories. We want to format the label output of the categories so that they stand apart from the post title. But, on line 186 of includes/class-options-interface.php, I had to remove the esc_html() function from:
<label for="' . esc_attr( $id ) . '">' . esc_html( $label ) . '</label>
Can that be removed in the source code on your end so that next time there’s an update, we don’t lose the formatting, or is there a way to toggle it off in the plugin settings?
- The topic ‘Remove esc_html from $label output’ is closed to new replies.