-
Hi there,
I realized that the BP_RankMath_Title has this line of codes:
if ( bp_is_user() ) {
$title = get_user_meta( bp_displayed_user_id(), ‘first_name’, true );Basically I do not want bp_is_user to show first name nor last name, I just want it to show %title% %sep% %sitename%.
Do you mind guide me how I can create a hook in function.php to override that code?
In filters-hooks-api-developer document I found “Filter to change the Title.” but I have no idea how to utilize it for this case.Looking forward to hear from you!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The ticket ‘BP_RankMath_Title filter and hook’ is closed to new replies.