Skip to content

Instantly share code, notes, and snippets.

<?php
// determine the type of record it is and show the appropriate shortcode
if ( $this->participant_values['type1'] === 'fa-db' ) {
echo do_shortcode( '[pdb_record tabs=true groups="main,personal,passeport_details,contact_details,professional_details,work_details,airline_experience,documents"]' );
}
elseif ( $this->participant_values['type1'] === 'fp-db' ) {
echo do_shortcode( '[pdb_record tabs=true groups="main,profil_provider,contact"]' );
}
elseif ( $this->participant_values['type1'] === 'sp-db' ) {