Skip to content

Instantly share code, notes, and snippets.

@harshanas
Last active February 13, 2021 07:24
Show Gist options
  • Save harshanas/6c883b6540911016d65fdba1fd9d6a2e to your computer and use it in GitHub Desktop.
Save harshanas/6c883b6540911016d65fdba1fd9d6a2e to your computer and use it in GitHub Desktop.
<?php
$html = esc_html( '<a href="http://www.example.com/">The example link</a>' );
// Returns &lt;a href=&quot;http://www.example.com/&quot;>The example link&lt;/a>
echo $html;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment