WPDev.one
Core Function
View Source on Trac ↗

wp_high_priority_element_flag()

wp_high_priority_element_flag( mixed $value = null )

Accesses a flag that indicates if an element is a possible candidate for `fetchpriority='high'`.

Parameters 0 required

Name / Type Description
$value
bool

Optional. Used to change the static variable. Default null.

Return Value

(bool)
Returns true if high-priority element was marked already, otherwise false.

Function Information

Since Version
6.3.0
Source File
wp-includes/media.php
Advertisement