import_wp_object($wp_tag); } } function import_wp_object($wp_tag) { $this->id = (int) $wp_tag->term_id; $this->slug = $wp_tag->slug; $this->title = $wp_tag->name; $this->description = $wp_tag->description; $this->post_count = (int) $wp_tag->count; } } ?>