DIR: /home3/otwalrll/feedafricafarm.com/wp-content/plugins/ultimate-post-kit/includes/ |
Current File : //home3/otwalrll/feedafricafarm.com/wp-content/plugins/ultimate-post-kit/includes/controls.php |
<?php namespace UltimatePostKit; use Elementor\Base_Control; if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly class Control_Choose extends Base_Control { // here is some base default settings set by the `choose` control protected function get_default_settings() { return [ 'options' => [], 'label_block' => true, 'toggle' => true, ]; } } |