I am familiar with Advanced Custom Fields and he has many nice features, but not this one.
Just did some tests with Custom Content Type Manager and looks like it also doesn’t have it.
Case you don’t find a fit one, I think some jQuery may solve your problem using any plugin or hand made meta boxes.
Start with only the main meta box showing (countries). And detect changes in its field value so as to show/hide the second level of meta boxes. This second level will do the same for the third.
Refer to this answer where you have an example of showing/hiding the Featured Image meta box according to changes in the dropdown field Template that belongs to the Page Attributes meta box.
[update]
Another variation I did of the same script, a bit more complex.
Related Posts:
- echo value from ‘select’ field type into page template using cmb2?
- Add custom meta box on Post page
- How WordPress autosave can save plugin fields?
- How can I filter the contents of a metafield before it’s displayed in the admin?
- Security checking in meta_box save is reluctant?
- How to create an input field, and base the output on spreadsheet data? [closed]
- Redirect to another page using contact form 7? [closed]
- Adding class to last list item? Not WP generated
- WordPress function to add text warning on every pages [closed]
- grab or load text on demand
- Error Metabox Warning: call_user_func() expects parameter 1 to be a valid callback
- Create a pdf from the entries in DB
- Preset custom fields
- WordPress default post categories meta box widget
- How to pass multiple custom fields as shortcode’s parameters
- Do something with thumbnail image on post publish
- Add custom field for users
- Metabox Data not saving
- How can i do custom author list?
- How to change data format in custom meta box field [closed]
- Plugin update error message
- How to handel multiple checkbox field in the admin settings page with Settings API
- wp_insert_user – how to send verification email before logging in
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- Set a User as Author of all ‘New Posts’ posted
- Post source link plugin – small modification
- Creating Custom Meta Boxes on Plugin Option Page
- How do you auto-activate plugins from child themes
- What is the function to get plugin base url in multisite?
- Code in theme functions.php faster than with a plugin?
- How to get custom field image url of specific size
- Datepicker not supporting timepicker
- Override the core function locate_template
- How to remove duplicate Custom Fields?
- Trying to count the total number of paragraphs inside a blog article
- Make the checkbox meta field checked by default
- How to get post URL in the_content filter?
- May i Use ShortCode in Template?
- Pass info from functions.php to plugin
- Saving Custom Post types and fields to a custom table
- add_query_arg not working
- Inserting HTML tag with ACF into shortcode
- How to Display a Plugin function (content) on frontpage using index.php
- Theme my Login plugin, how to update fields
- All of my custom posttypes are 404’ing
- PHP basics help in WP context – remove a class/function?
- get current date + 90 days and checking every day
- is there a way to link one of the field in ACF field group, to a field in a media attachment page? [closed]
- Customize permalink wordpress category id
- Admin style for just one plugin in dashboard
- Show meta box only when post is being published first time
- Every new post/draft has a custom field variable “yst_is_cornerstone” showing
- Display Custom Field Value on Admin Page Column
- List the authors that have written posts in a category
- How to get plugin name from plugin file location
- Checking the count within a foreach loop
- Create a post builder skin in a plugin
- Sticky option for custom post types without using custom fields or plugins
- Need to replace Currency Shortforms
- add_query_arg not work in admin
- How do I create a custom permalink structure for a page template
- How to remove a class function from a plugin by using remove_action()?
- Api external with wordpress
- How can I modify a custom post type and custom page template for a child theme if all content seams to be handled by theme’s ‘native’ plugin?
- How to get rid of Ellipsis on Woocommerce [Essential] Theme [closed]
- Sharing functions between plugins
- How to add an extra, independent set of custom fields?
- Custom metabox not working
- Help with autofilling field
- implement custom roles in custom plugin
- How to get current cart values using WC_Shortcodes?
- Register PODS Custom Field with WPGraphQL [closed]
- How to copy the all WordPress media items to another custom plugin folder?
- Fatal error “Call to undefined function is_plugin_active” each time the plugin is activated
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- Make modification of add_to_cart button specific to single page
- front end editor creation for Restropress plug in – displaying information from a WP admin area, on a different URL
- how can export data in excel file custom plugin
- WP_CRON issue with UTC and local time
- Custom plugin issue – Notice: Trying to get property of non-object in
- Update User Meta Via Ajax
- How can I call functions from a custom plugin?
- My own metabox checkbox plugin only saves the last value I’ve checked
- Unexpected plugin_dir_path Output
- how to repeat taxonomy in different places on wordpress
- Need help getting a certain value out of a multi dimensional array
- how to create table during plugin installation in side a class
- Posting code inside the post instead of in the template file using shortcode
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- Can’t get custom user meta to show in header
- Including a PHP file via a function that is part of a plugin?
- overwrite a plugin function in functions.php
- How to tweak a plugin without preventing it from updating
- Integrate Razorpay quick payments plugin with contact form7 plugin
- Display Video as Post Thumbnail
- Notifications Bar on home page only
- How to disable plugin capability : “create new category”
- add_meta_box showing blank screen in my page
- WordPress Custom Page Blog Template Pagination Problem (Pagination Not Displaying)
- Shortcode cannot parse attributes within double quotes. ” is becoming ” breaking my shortcode