[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/ -> navigation-submenu.php (summary)

Server-side rendering of the `core/navigation-submenu` block.

File Size: 252 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  block_core_navigation_submenu_build_css_font_sizes()
  block_core_navigation_submenu_render_submenu_icon()
  render_block_core_navigation_submenu()
  register_block_core_navigation_submenu()

Functions
Functions that are not part of a class:

block_core_navigation_submenu_build_css_font_sizes( $context )   X-Ref
Build an array with CSS classes and inline styles defining the font sizes
which will be applied to the navigation markup in the front-end.

param: array $context Navigation block context.
return: array Font size CSS classes and inline styles.

block_core_navigation_submenu_render_submenu_icon()   X-Ref
Returns the top-level submenu SVG chevron icon.

return: string

render_block_core_navigation_submenu( $attributes, $content, $block )   X-Ref
Renders the `core/navigation-submenu` block.

param: array    $attributes The block attributes.
param: string   $content    The saved content.
param: WP_Block $block      The parsed block.
return: string Returns the post content with the legacy widget added.

register_block_core_navigation_submenu()   X-Ref
Register the navigation submenu block.




Generated : Fri Apr 19 08:20:01 2024 Cross-referenced by PHPXref