Ver código fonte

Remove unused.

Jeff Ong 4 anos atrás
pai
commit
884b78ad2a
1 arquivos alterados com 0 adições e 13 exclusões
  1. 0 13
      seedlet/inc/template-tags.php

+ 0 - 13
seedlet/inc/template-tags.php

@@ -239,17 +239,4 @@ if ( ! function_exists( 'seedlet_the_posts_pagination' ) ) :
 			)
 		);
 	}
-endif;
-
-if ( ! function_exists( 'seedlet_get_the_archive_title' ) ) :
-	/**
-	 * Returns the archive page heading, allowing it to be filterable.
-	 */
-	function seedlet_get_the_archive_title( $title, $original_title, $prefix ) {
-		$prefix = '<span class="archive-prefix">' . $prefix . '</span>';
-		$title 	= '<span class="archive-title">' . $original_title . '</span>';
-
-		return '<h1 class="page-title">' . $prefix . $title . '</h1>';
-	}
-	add_filter( 'get_the_archive_title', 'seedlet_get_the_archive_title', 10, 3 );
 endif;