hoaphatnoithat

Code xóa hiển thị catalogua

Aug 3rd, 2020 (edited)
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.16 KB | None | 0 0
  1. add_filter('get_the_archive_title', 'devvn_get_the_archive_title', 99);
  2. function devvn_get_the_archive_title($title) {
  3. return preg_replace('/.+: /', '', $title);
  4. }
Add Comment
Please, Sign In to add comment