haiku-atelier-2024/web/vendor/htmlburger/carbon-fields/templates/Container/widget.php
2024-12-22 19:47:20 +01:00

6 lines
326 B
PHP
Executable file

<div class="carbon-container">
<fieldset class="container-<?php echo $this->get_id(); ?>" data-json="<?php echo urlencode( json_encode( $this->to_json( false ) ) ); ?>"></fieldset>
<?php if ( ! $this->has_fields() ) : ?>
<?php _e( 'No options are available for this widget.', 'carbon-fields' ); ?>
<?php endif; ?>
</div>