Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter p15h

    (@prestonwordsworth)

    Perhaps something along the lines of:

    function replace_text($text) {
    	$text = str_replace('decoding="async"', 'fetchpriority="high"', $text);
    	return $text;
    }
    Plugin Author Florian Brinkmann

    (@florianbrinkmann)

    Hi @prestonwordsworth,

    I will take a look!

    Best,
    Florian

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Support for fetchpriority?’ is closed to new replies.