wpseek.com
A WordPress-centric search engine for devs and theme authors



block_core_navigation_submenu_render_submenu_icon › WordPress Function

Since5.9.0
Deprecated7.0.0
block_core_navigation_submenu_render_submenu_icon ( No parameters )
Returns:
  • (string) SVG markup for the submenu icon.
Defined at:
Codex:

Renders the submenu icon SVG for the Navigation Submenu block.



Source

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();
}