The admin page to edit custom fields added by the ACF Pro plugin is hidden by default, so the user doesn’t accidentally change them and render the fields unusable.
If you want to enable that page, you need to install and activate the bundled MyListing Child Theme, and paste this in “wp-content/themes/my-listing-child/functions.php” file:
add_filter( 'acf/settings/show_admin', '__return_true', 50 );
Why so many functions already present in the child theme??
get(‘Version’) );
}
}, 500 );
// Happy Coding :
at the end without closing php tag
and sets off error warnings in DMweaver
Hi,
The PHP closing tag is optional. http://php.net/basic-syntax.instruction-separation