01/25/2018 at 10:38 am
#448745
Participant
Found the code! Where would your string go in the context of this snippet? Thank you so much for holding my hand through this process, PHP is NOT my strong suit.
if ( $atts['show_org'] || $atts['show_dept'] ) {
$entry->getOrgUnitBlock(
array(
'show_org' => $atts['show_org'],
'show_dept' => $atts['show_dept'],
)
);
