Example #1
0
 function setup()
 {
     parent::setup();
     $this->args['parent'] = 'edit.php?post_type=' . $this->post_type;
     $this->args['admin_action_priority'] = 11;
     add_filter('appthemes_importer_import_row_data', array($this, 'prevent_duplicate'), 10, 1);
     add_action('appthemes_after_import_upload_form', array($this, 'example_csv_files'));
 }
Example #2
0
 function setup()
 {
     parent::setup();
     $this->args['admin_action_priority'] = 11;
 }
Example #3
0
 function setup()
 {
     parent::setup();
     $this->args['parent'] = basename(__FILE__);
 }