wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-includes/blocks/page-list.php › WordPress File
Funktionen6
› Server-side rendering of the `core/pages` block.
Funktion | Kurzbeschreibung |
---|---|
block_core_page_list_build_css_colors | Build an array with CSS classes and inline styles defining the colors which will be applied to the pages markup in the front-end when it is a descendant of navigation. |
block_core_page_list_build_css_font_sizes | Build an array with CSS classes and inline styles defining the font sizes which will be applied to the pages markup in the front-end when it is a descendant of navigation. |
block_core_page_list_nest_pages | Outputs nested array of pages |
block_core_page_list_render_nested_page_list | Outputs Page list markup from an array of pages with nested children. |
register_block_core_page_list | Registers the `core/pages` block on server. |
render_block_core_page_list | Renders the `core/page-list` block on server. |