| 1 | | Currently wp_filter_content_tags filter is added to the_content filters with default priority, this mean that if the iframe is outputted by shortcode it will not get the lazy loading attribute. |
| 2 | | I think that it should be addded after do_shortcode has run with priority of 12. |
| | 1 | Currently wp_filter_content_tags filter is added to the_content filters with default priority, this means that if the iframe is outputted by shortcode it will not get the lazy loading attribute. |
| | 2 | I think that it should be added after do_shortcode has run with priority of 12. |