Skip to content

Instantly share code, notes, and snippets.

@cre8tivediva
Created September 10, 2024 17:04
Show Gist options
  • Save cre8tivediva/d8477d39dccbaa6ca9316f1d10b3fc66 to your computer and use it in GitHub Desktop.
Save cre8tivediva/d8477d39dccbaa6ca9316f1d10b3fc66 to your computer and use it in GitHub Desktop.
Make forward facing links clickable (WordPress)
<?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