' ); } } /** * Check if it's a pro feature * * @return bool */ public function is_pro() { return true; } /** * Get field options setting * * @return array */ public function get_options_settings() { return __return_empty_array(); } /** * Get the field props * * @return array */ public function get_field_props() { return __return_empty_array(); } }