Fundadoras
Hna. Brenda Carolina Godoy Ventura (Salvadoreña) Hna. Kelly Nathaly Avalos López (Guatemalteca)
' . $person['silver_care_homes_staff_name'] . '
' : ''; $person_title = ( $person['silver_care_homes_staff_title'] ) ? '' . $person['silver_care_homes_staff_title'] . '
' : ''; $staff_html .= '
' . $image_person . '
' . $person_name . '
' . $person_title . '
';
if ( $i % 3 == 0 && $i != count( $staff ) ) {
$staff_html .= '';
}
$i++;
}
$staff_html .= '
';
$allowed_html = array(
'div' => array(
'class' => array(),
),
'h3' => array(
'class' => array(),
),
'p' => array(
'class' => array(),
),
'img' => array(
'src' => array(),
),
);
echo wp_kses( $staff_html, $allowed_html );
*/
?>