Skip to content

Instantly share code, notes, and snippets.

@mustardBees
Created November 21, 2012 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustardBees/4125978 to your computer and use it in GitHub Desktop.
Save mustardBees/4125978 to your computer and use it in GitHub Desktop.
WordPress: Prevent images from being inserted with a link
/**
* Prevent images from being inserted with a link.
* User must specify if they really want to link to the attachment page
*/
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