wp-api-customize-endpoints
wp-api-customize-endpoints copied to clipboard
Add support for dynamic settings (and partials)
The get_item methods for settings and partials should succeed even if there is no setting or partial registered for the given ID, if that ID matches the filters for customize_dynamic_setting_args and customize_dynamic_partial_args respectively.
@westonruter I guess this issue will get solved once #16 gets merged?
Yes!