first theme commit
This commit is contained in:
12
includes/remove_archive_prefixes.php
Normal file
12
includes/remove_archive_prefixes.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Archive Prexix Removal Function.
|
||||
*
|
||||
* @package ThemeStarter
|
||||
*/
|
||||
|
||||
function wpdocs_remove_archive_title_prefixes($title, $original_title)
|
||||
{
|
||||
return $original_title;
|
||||
}
|
Reference in New Issue
Block a user