mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix title tags
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user