Custom function in function.php
-
Dear support team,
Sorry for bother you,
please help me out,
your plugin ‘s so great but there is a issue at tab browser name of profile page,
I just custom it, and it works if i do it directly at class-profile-magic-public.php, but in function.php of child theme, it does not,
Please help me out
Below is what i’ve done
add_filter( ‘pg_user_profile_pagetitle’,’custom_profile_title’ );
function custom_profile_title ($title, $sep = ”) {
//code here
}
return $title;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom function in function.php’ is closed to new replies.