Last active
November 16, 2024 13:37
-
-
Save iftee/860203c4feedfc51895e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Line break in WordPress meta box text area: the PHP way | |
*/ | |
echo nl2br( esc_html( get_post_meta( get_the_ID(), 'my-meta-field', true) ) ); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment