Advertisement
ghenzdeveloper

Add about field in the PeepSo members card

Feb 10th, 2025
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <div>
  2.     <?php
  3.         $PeepSoFieldAbout = PeepSoField::get_field_by_id('description', $member->get_id());
  4.         if ($PeepSoFieldAbout instanceof PeepSoField && $PeepSoFieldAbout->published) {
  5.             $PeepSoFieldAbout->render();
  6.         }
  7.      ?>
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement