Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'wp_head', function () { ?>
- <script>
- /* write your JavaScript code here */
- //<![CDATA
- jQuery(document).ready(function($) {
- $('a').each(function() {
- var a = new RegExp('/' + window.location.host + '/');
- if (!a.test(this.href)) {
- if ($(this).attr("rel", "nofollow")) {
- $(this).attr("rel","sponsored nofollow noopener noreferrer");
- }
- //$(this).click(function(event) {
- //event.preventDefault();
- //event.stopPropagation();
- //window.open(this.href, '_blank');
- //});
- }
- });
- });
- //]]>
- </script>
- <?php } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement