the_archive_description

Advertisement

Summery Summery

Display category, tag, term, or author description.

Syntax Syntax

the_archive_description( string $before = '', string $after = '' )

Parameters Parameters

$before

(Optional) Content to prepend to the description.

Default value: ''

$after

(Optional) Content to append to the description.

Default value: ''

Source Source

File: wp-includes/general-template.php

 *
 * @see get_the_archive_title()
 *
 * @param string $before Optional. Content to prepend to the title. Default empty.
 * @param string $after  Optional. Content to append to the title. Default empty.
 */

Advertisement

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.

See also See also

Advertisement

Leave a Reply