Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,560
- How-to & Troubleshooting
- 127,794
- Creating & Extending
- 25,649
- Requests & Feedback
- 9,392
- Third Party Plugins
- 9,716
- Showcase
- 3,317
- Ideas
- 1,332
- Miscellaneous
- 8,844
-
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