(filter) carbon_fields_{container_title}_button_label ( $label )
Allows you to modify the button label of the theme options container. The filter name is based on the container's title. For example, the filter name for a container with a title of Theme Options would be carbon_fields_theme_options_button_label.
string $label The unfiltered button label.
(filter) carbon_fields_theme_options_container_admin_only_access ( $enable, $container_title, $container )