wordpress image_default_link_type no way works -
what way change default link url when inserting image, 'none' rather displaying link in wordpress?
i try way found: http://wpsites.net/wordpress-tips/5-ways-to-change-default-image-links/
i have version 4.2.2.
but nothing works. much
i function update settings. placed in functions.php
, trick.
add_action( 'after_setup_theme', 'default_attachment_display_settings' ); function default_attachment_display_settings() { update_option( 'image_default_align', 'none' ); update_option( 'image_default_link_type', 'none' ); }
cheers
Comments
Post a Comment