Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div>
- <?php
- $PeepSoFieldAbout = PeepSoField::get_field_by_id('description', $member->get_id());
- if ($PeepSoFieldAbout instanceof PeepSoField && $PeepSoFieldAbout->published) {
- $PeepSoFieldAbout->render();
- }
- ?>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement