Wordpress

Add noopener to links that open in a new tab

To fix it I opened the file:wp-content/plugins/elementor/includes/widgets/button.php And changed: if ( $settings[‘link’][‘is_external’] ) { $this->add_render_attribute( ‘button’, ‘target’, ‘_blank’ ); } if ( $settings[‘link’][‘nofollow’] ) {

Read More »

Most Popular