diff --git a/wp-content/themes/twentynineteen/inc/template-functions.php b/wp-content/themes/twentynineteen/inc/template-functions.php
index 2dbd0c5..461ff7b 100644
--- a/wp-content/themes/twentynineteen/inc/template-functions.php
+++ b/wp-content/themes/twentynineteen/inc/template-functions.php
@@ -93,7 +93,7 @@ function twentynineteen_get_the_archive_title() {
 	}
 	return $title;
 }
-add_filter( 'get_the_archive_title', 'twentynineteen_get_the_archive_title' );
+add_filter( 'get_the_archive_title', 'twentynineteen_get_the_archive_title', 1 );
 
 /**
  * Determines if post thumbnail can be displayed.
