A problem with child theme
I don't know if this is possible but here it goes.
I need to change the a function at ...vantage/includes/listing-form.php
The function is
PHP Code:
function va_get_listing_contact_fields() {
return array( 'phone', 'address', 'website', 'twitter', 'facebook', 'morada', 'codigo_postal', 'localidade', 'fax', 'telemovel', 'email_addr' );
}
I did this at a child theme, because of the theme updates. But when i do this it doesn't work at child theme, but if i do in the main theme it does work.
Is this possible to do?
Best regards
Pedro Alfaiate