replace custom field whith our fiel name
function CustomACFfilterContent($content, $post_id) {
$ref_code = get_field('ref_code', $post_id);
$job_title = get_field('job_title', $post_id);
$domicilio = get_field('domicilio', $post_id);
$ccnl = get_field('ccnl', $post_id)...