Filters the default Twenty Eleven category description.
stringwp-content/themes/twentyeleven/category.php:35file scope * Filters the default Twenty Eleven category description. * * @since Twenty Eleven 1.0 * * @param string The default category description HTML. */ echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' . $category_description . '</div>' ); } ?> </header> <?php twentyeleven_content_nav( 'nav-above' ); ?> Introduced in Twenty Eleven 1.0. 2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$html added.verified against source