Check
<?php
function import_gmp($gmp) {
if($gmp == 'N') {
return 'Nee';
} else if($gmp == 'J') {
return 'Ja';
}
}
function check_afbeelding($type, $element) {
if (stripos($type, 'A') !== false) {
return $element.',';
} else {
return;
}
}
function check_document($type, $element) {
if (stripos($type, 'D') !== false) {
return $element.',';
} else {
return;
}
}
function check_certificaat($type, $element) {
if (stripos($type, 'C') !== false) {
return $element.',';
} else {
return;
}
}
?>
Repeater vanuit een JSON
#acf #custom #functions #WP All import Pro