Filter hook 'widget_archives_args'

in WP Core File wp-includes/blocks/archives.php at line 80

Description

Renders the `core/archives` block on server.

Occurrences

Filename Line Number
wp-includes/blocks/archives.php 80
wp-includes/widgets/class-wp-widget-archives.php 152

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.
 */