Created
April 26, 2012 17:35
-
-
Save raideus/2501193 to your computer and use it in GitHub Desktop.
Stop WordPress from linking images by default
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 | |
// Insert the following line into your functions.php file | |
update_option('image_default_link_type','none'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment