[Plugin: Front-end Editor] Can I still escape
-
Hello scribu,
Ordinarily I would display meta fields with text data (no html) like
<?php echo esc_html( strip_tags( get_post_meta( $post->ID, 'some_text', true ) )); ?>
.If I use editable_post_meta() instead, I assume the field value will be output unescaped. Is that true? Is there any way I can strip and escape like before?
Thanks for any advice you can provide. S
https://www.ads-software.com/extend/plugins/front-end-editor/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Front-end Editor] Can I still escape’ is closed to new replies.