add_filter( 'bp_get_directory_title', 'change_activity_title' );
function change_activity_title($data) {
if( $data == 'Site-Wide Activity' ) {
$data = 'Activity';
}
return $data;
}
Subscribe to:
Post Comments (Atom)
Computer science, tech, IT, programming, tutorials, and the such.
No comments:
Post a Comment