ControlledChaos
4/8/2015 - 8:33 PM

BuddyPress: do something if user id ==

BuddyPress: do something if user id ==

Do something by user ID

BuddyPress Snippet

<?php

if ( 1 == bp_displayed_user_id() ) {
// Do something
}

?>