xpath->query( '//script[ not( @type ) or @type = "module" ]' ); foreach ( $scripts as $script ) { /** @type \DOMElement $script */ $script->setAttribute( 'nonce', 'fooo' ); } } } } );