get_the_archive_title_prefix

get_the_archive_title_prefix

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_the_archive_title_prefix') is found 1 times:

  • /wp-includes/general-template.php line 1769
    	 * @since 5.5.0
    	 *
    	 * @param string $prefix Archive title prefix.
    	 */
    	$prefix = apply_filters( 'get_the_archive_title_prefix', $prefix );
    	if ( $prefix ) {
    		$title = sprintf(
    			/* translators: 1: Title prefix. 2: Title. */
    			_x( '%1$s %2$s', 'archive title' ),
    			$prefix,
    			'<span>' . $title . '</span>'
    

See this hook used in plugins: