Description
Renders the `core/archives` block on server.
Occurrences
Filename | Line Number |
---|---|
wp-includes/blocks/archives.php | 33 |
wp-includes/widgets/class-wp-widget-archives.php | 76 |
Parameters
Type | Name | Description |
---|---|---|
array | $attributes | The block attributes. |
PHP Doc
/**
* Renders the `core/archives` block on server.
*
* @since 5.0.0
*
* @see WP_Widget_Archives
*
* @param array $attributes The block attributes.
*
* @return string Returns the post content with archives added.
*/