Created
September 10, 2024 17:04
-
-
Save cre8tivediva/d8477d39dccbaa6ca9316f1d10b3fc66 to your computer and use it in GitHub Desktop.
Make forward facing links clickable (WordPress)
This file contains hidden or 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 | |
//* Do NOT include the opening php tag shown above. Copy the code shown below. | |
//* Make forward facing links clickable | |
//* https://developer.wordpress.org/reference/functions/make_clickable/ | |
add_filter( 'the_content', 'make_clickable' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment