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

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -