[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/ -> categories.php (summary)

Server-side rendering of the `core/categories` block.

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

Defines 4 functions

  render_block_core_categories()
  build_dropdown_script_block_core_categories()
  onCatChange()
  register_block_core_categories()

Functions
Functions that are not part of a class:

render_block_core_categories( $attributes, $content, $block )   X-Ref
Renders the `core/categories` block on server.

param: array    $attributes The block attributes.
param: string   $content    Block default content.
param: WP_Block $block      Block instance.
return: string Returns the categories list/dropdown markup.

build_dropdown_script_block_core_categories( $dropdown_id )   X-Ref
Generates the inline script for a categories dropdown field.

param: string $dropdown_id ID of the dropdown field.
return: string Returns the dropdown onChange redirection script.

onCatChange()   X-Ref
No description

register_block_core_categories()   X-Ref
Registers the `core/categories` block on server.




Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref