Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,232
- How-to & Troubleshooting
- 127,075
- Creating & Extending
- 25,549
- Requests & Feedback
- 9,270
- Third Party Plugins
- 9,667
- Showcase
- 3,317
- Ideas
- 1,298
- Miscellaneous
- 8,711
-
Using the bp_is_home function, well return back a true/false whether or not you are viewing your own profile.
if ( bp_is_home() ) {
// do what you want
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS