Answers for "get category archive title wordpress"

PHP
0

wordpress get archive title

$archive_title = get_the_archive_title()

// * Filters the archive title prefix.
// apply_filters( 'get_the_archive_title_prefix', $prefix );

// * Filters the archive title.
// apply_filters( 'get_the_archive_title', $title, $original_title, $prefix );
Posted by: Guest on December-04-2020

Code answers related to "get category archive title wordpress"

Browse Popular Code Answers by Language