Last active
February 13, 2021 07:24
-
-
Save harshanas/6c883b6540911016d65fdba1fd9d6a2e 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 | |
$html = esc_html( '<a href="http://www.example.com/">The example link</a>' ); | |
// Returns <a href="http://www.example.com/">The example link</a> | |
echo $html; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment