field['content'] ) ) ? wp_kses_post( $this->field['content'] ) : '';
echo ( ! empty( $this->field['image'] ) ) ? '
' : '';
echo ( ! empty( $this->field['after'] ) && ! empty( $this->field['link'] ) ) ? '' . wp_kses_post( $this->field['after'] ) . '' : '';
}
}
}