Routes::update_routes()

Summary

No summary available.

Return

(void) Set new routes whenever any of the route list element gets updated


Source

File: src/BigCommerce/Taxonomies/Channel/Routes.php

	public function update_routes() {
		foreach ( $this->get_active_channel_ids() as $channel_id ) {
			$this->set_routes( $channel_id );
		}
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.