Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // if ('the_field('event_with')' == 'Bryan Kest') :
- // echo 'instructor is: Bryan Kest';
- // endif;
- $instructor = get_field('event_with');
- echo $instructor;
- if ($instructor == 'Bryan Kest')
- {
- echo "Bryan";
- }
- else {
- echo "other";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement