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



block_core_navigation_submenu_render_submenu_icon › WordPress Function

Seit5.9.0
Veraltet7.0.0
block_core_navigation_submenu_render_submenu_icon ( Keine Parameter )
Gibt zurück:
  • (string) SVG markup for the submenu icon.
Definiert in:
Codex:

Renders the submenu icon SVG for the Navigation Submenu block.



Quellcode

function block_core_navigation_submenu_render_submenu_icon() {
	_deprecated_function( __FUNCTION__, '7.0.0', 'block_core_shared_navigation_render_submenu_icon()' );
	return block_core_shared_navigation_render_submenu_icon();
}