Last active
August 29, 2015 14:24
-
-
Save michelmany/702713e0c6e39c789fc8 to your computer and use it in GitHub Desktop.
Wordpress - Deixa o link da imagem enviada como NONE para o default
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
# Coloque no seu functions.php | |
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