Routes::maybe_update_routes()

Summary

No summary available.

Return

(void)


Source

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

	public function maybe_update_routes() {
		$version_option = 'schema-' . self::class;
		if ( (int) get_option( $version_option, 0 ) !== self::VERSION ) {
			$this->update_routes();
		}
	}


User Contributed Notes

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