function wp_loaded()
 {
     //First make sure our defaults are safe
     $this->find_posttypes($this->opt);
     $this->find_taxonomies($this->opt);
     //Let others hook into our settings
     $this->opt = apply_filters($this->unique_prefix . '_settings_init', $this->opt);
     parent::wp_loaded();
 }
 function wp_loaded()
 {
     parent::wp_loaded();
     breadcrumb_navxt::setup_options($this->opt);
 }
 function wp_loaded()
 {
     parent::wp_loaded();
 }