Last active
May 4, 2017 00:52
-
-
Save jaworowicz/28570d3fe0ec3a08b3edeb0148a2b64f to your computer and use it in GitHub Desktop.
Więcej na WordPress & Marketing Blog: http://jaworowi.cz/wordpress-4-7-4-relnoopener-noreferrer-w-linkach-wychodzacych-5050.php
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
function nopr_allow_unsafe_link_target( $mceInit ) { | |
$mceInit['allow_unsafe_link_target']=true; | |
return $mceInit; | |
} | |
add_filter('tiny_mce_before_init','nopr_allow_unsafe_link_target'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment