plugin_slug = $plugin_slug; $this->version = $version; $this->option_name = $option_name; $this->settings = get_option($this->option_name); $this->settings_group = $this->option_name . '_group'; } /** * Generate settings fields by passing an array of data (see the render method). * * @param array $field_args The array that helps build the settings fields * @param array $settings The settings array from the options table * * @return string The settings fields' HTML to be output in the view */ private function aic_custom_settings_fields($field_args, $settings) { $output = '
It seems like your AdBlocker is conflicting with the plugin. Please add your domain to whitelist or close AdBlocker.