wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_interactivity_get_element › WordPress Function

Seit6.7.0
Veraltetn/v
wp_interactivity_get_element ( Keine Parameter )
Gibt zurück:
  • () array{attributes: array<string, string|bool>}|null Current element.
Definiert in:
Codex:

Returns an array representation of the current element being processed.

The function should be used only during directive processing.


Quellcode

function wp_interactivity_get_element(): ?array {
	return wp_interactivity()->get_element();
}