Inventory_Presser_Plugin::add_pretty_search_urls()

Action hook callback that adds rewrite rules to the global $wp_rewrite.

Description Description

These rewrite rules are what power URLs like /inventory/make/subaru.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: inventory-presser.php

		 * that odometer values can be sorted as numbers instead of strings.
		 *
		 * @param  string $orderby The ORDER BY clause of a database query.
		 * @param  object $query   An instance of the WP_Query class.