-
-
- get_tooltip_html( $data ); ?>
- |
-
-
- |
-
- get_field_key( $key );
- $defaults = array(
- 'title' => '',
- 'class' => '',
- );
+ if (!class_exists('WC_Retailcrm_Customers')) {
+ include_once(self::checkCustomFile('customers'));
+ }
- $data = wp_parse_args( $data, $defaults );
+ $options = array_filter(get_option(self::$option_key));
- ob_start();
- ?>
-
-