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



wp-includes/blocks/page-list.php › WordPress File

Functions6
Server-side rendering of the `core/pages` block.


Function Short description
block_core_page_list_build_css_colorsBuild 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_sizesBuild 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_pagesOutputs nested array of pages
block_core_page_list_render_nested_page_listOutputs Page list markup from an array of pages with nested children.
register_block_core_page_listRegisters the `core/pages` block on server.
render_block_core_page_listRenders the `core/page-list` block on server.