Fix title tags

This commit is contained in:
jonfalcon
2016-02-18 14:17:49 -08:00
parent b6d65c6540
commit 7aecfac787
+1 -1
View File
@@ -17,7 +17,7 @@
/***
*** @dynamic profile page title
***/
add_filter('wp_title', 'um_dynamic_user_profile_pagetitle', 10, 2 );
add_filter('wp_title', 'um_dynamic_user_profile_pagetitle', 100000, 2 );
add_filter('pre_get_document_title', 'um_dynamic_user_profile_pagetitle', 100000, 2 );
function um_dynamic_user_profile_pagetitle( $title, $sep = '' ) {
global $paged, $page, $ultimatemember;