Contributors: salzano
Tags: car dealer, inventory management, vehicle, automobile, dealership, lot, motorcycle, rv
Requires at least: 5.0.0
Tested up to: 6.2.0
Requires PHP: 7.0.0 Stable tag: 14.9.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Turn WordPress into a dealership website. Provides vehicle listings and photo sliders for automobiles or powersports.

Description

Manage and market dealership inventory with listings and photo sliders built on a vehicle custom post type.

  • Supports automobiles, motorcycles, ATVs, RVs, and boats
  • Manage multiple lot locations and maintain separate phone numbers & hours for each
  • VIN-decoding add-on available
  • Categorizes inventory by type, body style, fuel, transmission, drive type, availability, new or used, location, and more
  • Includes blocks, shortcodes, and widgets including vehicle sliders and inventory grids

Integrates with other plugins

  • Import any CSV file with WP All Import
  • Contact Form 7 form tag adds vehicles to lead emails
  • Elementor Dynamic Tags add-on available

Built the right way and developer-friendly

Installation

  1. Upload the inventory-presser directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Read this plugin's Frequently Asked Question called "Will Inventory Presser work with my theme?" to learn how vehicles can best be displayed

Frequently Asked Questions

How much does this plugin cost?

This plugin is free and open source. Free and paid add-ons & services are available at https://inventorypresser.com/.

Does it decode VINs?

Not for free. A VIN decoder add-on is available at https://inventorypresser.com/products/plugins/vin-decoder/.

Can I import my inventory into this system?

Yes. We use the WordPress REST API to deliver inventory updates. Read how we do it. Vehicles in Inventory Presser are stored in a custom post type using meta fields, taxonomy terms, and photo attachments, and many CSV/spreadsheet importer plugins like WP All Import work with custom post types. If imports sound challenging, Friday Systems (that's us) feeds hundreds of sites running this plugin. It may be easier to let Friday Systems handle the last leg for a monthly fee.

Will Inventory Presser work with my theme?

Yes. Check out our Theme Compatibility Guide. If your theme does not include templates to display listing pages and vehicle detail pages, the plugin will provide the markup for those pages automatically. There are shortcodes like [invp_archive] and [invp_single_vehicle] as a last resort. A number of Template Tags make designing custom templates easy.

Changelog

14.9.0

  • [Added] Adds a function invp_get_the_inventory_sentence() that returns an HTML string containing links like, "Browse Car, SUV, Truck, or all 10 vehicles for sale."
  • [Added] Wraps the "/" that separates prices and down payments with a filter invp_price_display_separator so it can be changed by other developers.
  • [Added] Adds a parameter to the [invp_sort_by label=""] shortcode label to let users customize or remove the label text next to the dropdown.
  • [Fixed] Enables the JavaScript filter invp_editor_sidebar_elements that was disabled in 14.8.0. The filter was not the problem.
  • [Fixed] Fixes a bug in the [invp_sort_by] shortcode that prevented any sort from happening when a choice was made in the dropdown. JavaScript was missing from this plugin that powers the feature.

14.8.0

  • [Added] Adds a button at Vehicles → Options that loads sample vehicles and photos from our demo site.
  • [Added] Allows the meta key inventory_presser_photo_number as the orderby parameter in REST API requests for attachments. Enables photos to be requested in sequence.
  • [Changed] Moves the Delete All Vehicles feature from the plugins list to the Vehicles → Options page.
  • [Changed] Changes the tested up to version number 6.2.0.
  • [Fixed] Prevent errors when multiple copies of this plugin are active on a site.
  • [Fixed] Disables the JavaScript filter invp_editor_sidebar_elements because it breaks the Editor Sidebar when adding new vehicles in WordPress 6.2.0.

14.7.1

  • [Fixed] Fixes a bug when checking for saved listings pages.

14.7.0

  • [Added] Adds postmeta fields inventory_presser_rate and inventory_presser_term to the vehicle post type for dealers outside the USA where displaying financing terms without a disclosure may be legal.
  • [Added] Adds a "No filter" option to the Additional Listings Pages feature to allow the creation of full, unfiltered archive pages at any URL.
  • [Added] Adds a toggle switch to Additional Listings Pages so rules can be saved in an inactive state.
  • [Added] Adds a "contains" comparison operator and "Options" to the list of comparison fields in Additional Listings Pages filter rules.
  • [Added] Adds a parameter to the [invp_inventory_grid] shortcode to suppress "Call for price" if the sitewide price display setting is ${Price}. This restores behavior produced by a bug described below.
  • [Fixed] Fixes a bug in the [invp_inventory_grid] shortcode that prevented "Call for price" from displaying if show_captions and show_prices were both true and the price display setting sitewide is ${Price}.
  • [Fixed] Fixes syntax errors that impact old versions of PHP including 7.2.
  • [Fixed] Fixes bugs in multiple shortcodes that prevented true/false parameter values from working the way users expect. "true", "1", and 1 are all now working. Likewise with false values "false", "0", and 0.
  • [Changed] Renames the Additional Listings Pages feature to Listings Pages.

14.6.0

  • [Added] Adds a filter invp_meta_fields so other plugins can add meta fields to the vehicle post type.
  • [Added] Adds additional meta fields for Carfax "Accident Free" and "Top Condition" badges.
  • [Added] Adds a JavaScript filter invp_editor_sidebar_elements to let other plugins add to the Editor Sidebar where vehicle attributes are managed.
  • [Added] Adds a feature that changes the tag on inventory archives.</li> <li>[Fixed] Fixes a bug that showed the Boat Attributes field in the Editor Sidebar for non-boat vehicles.</li> <li>[Fixed] Stops hitting inventorypresser.com as often to check for valid add-on licenses.</li> <li>[Fixed] Stops showing sold vehicles in the [invp_inventory_grid] shortcode and Inventory Grid widget when the "Include sold vehicles" setting is off.</li> </ul> <h3>14.5.2</h3> <ul> <li>[Added] Adds a filter <code class="notranslate">invp_get_the_odometer</code> to filter the value returned by the <a href="https://inventorypresser.com/docs/reference/functions/invp_get_the_odometer/">invp_get_the_odometer()</a> template tag.</li> <li>[Fixed] Fixes the way queries are edited during searches to avoid name collisions.</li> </ul> <h3>14.5.1</h3> <ul> <li>[Added] Wraps strings in filters in the was_now_discount pricing display option so "Retail", "Now", and "You Save" strings can be changed by other plugins using the <code class="notranslate">invp_price_was_now_discount_retail</code>, <code class="notranslate">invp_price_was_now_discount_now</code>, and <code class="notranslate">invp_price_was_now_discount_save</code> filters.</li> <li>[Fixed] Applies the <code class="notranslate">invp_price_display</code> filter to all return paths of the <a href="https://inventorypresser.com/docs/reference/functions/invp_get_the_price/">invp_get_the_price()</a> template tag.</li> </ul> <h3>14.5.0</h3> <ul> <li>[Added] Adds a feature enabled by default: Adds a gallery block to new vehicle posts with a specific CSS class that allows users to upload and reorder photos on vehicle posts in the block editor. This is merging the invp-photo-arranger feature plugin into Inventory Presser core.</li> <li>[Fixed] Makes more strings translateable. Escapes strings for output on the plugin settings page.</li> <li>[Fixed] Bug fix when changing attachment URLs to have cache-busting hash querystrings. If the post ID does not point to an attachment, exit early.</li> <li>[Fixed] Bug fixes in the maximum price filter widget. Avoid warnings when no widget settings are saved for the instance.</li> <li>[Fixed] CSS tweak for thumbnails in the vehicle posts list in the dashboard.</li> </ul> <h3>14.4.0</h3> <ul> <li>[Added] Adds a minimum PHP version directive to this file of 7.0.0 to support the null coalescing operator.</li> <li>[Added] Adds a template tag <code class="notranslate">invp_get_raw_msrp()</code> and filter <code class="notranslate">invp_get_raw_msrp</code>.</li> <li>[Added] Adds a template tag <code class="notranslate">invp_get_the_dealer_id()</code>.</li> <li>[Added] Adds a postmeta field <code class="notranslate">inventory_presser_certified_preowned</code> to the vehicle post type and a template tag <code class="notranslate">invp_is_certified_preowned()</code>.</li> <li>[Fixed] Fixes a bug in the Maximum Price Filter widget to make it compatible with the new block widgets feature in the dashboard.</li> <li>[Fixed] Fixes a bug that caused vehicle thumbnail photos to break out of the posts table at the Vehicles dashboard page.</li> <li>[Fixed] Fixes a bug that prevented <code class="notranslate">invp_get_the_photos()</code> from including the urls array key when a single size of <code class="notranslate">large</code> was passed.</li> <li>[Fixed] Fixes bugs when calling <code class="notranslate">http_build_query()</code> for compatibility with PHP 8.1.</li> <li>[Fixed] Fixes a bug in the uninstaller that prevented the plugin from being deleted.</li> </ul> </div> <div class="np-upgrade-notice"> <h2>Upgrade Notice</h2> <h3>14.9.0</h3> <p>Adds a function <a href="https://inventorypresser.com/docs/reference/functions/invp_get_the_inventory_sentence/">invp_get_the_inventory_sentence()</a> that returns an HTML string containing links like, "Browse Car, SUV, Truck, or all 10 vehicles for sale." Wraps the "/" that separates prices and down payments with a filter <code class="notranslate">invp_price_display_separator</code> so it can be changed by other developers. Adds a parameter to the [invp_sort_by label=""] shortcode <code class="notranslate">label</code> to let users customize or remove the label text next to the dropdown. Enables the JavaScript filter <code class="notranslate">invp_editor_sidebar_elements</code> that was disabled in 14.8.0. The filter was not the problem. Fixes a bug in the [invp_sort_by] shortcode that prevented any sort from happening when a choice was made in the dropdown. JavaScript was missing from this plugin that powers the feature.</p> <h3>14.7.1</h3> <p>Adds postmeta fields <code class="notranslate">inventory_presser_rate</code> and <code class="notranslate">inventory_presser_term</code> to the vehicle post type for dealers outside the USA where displaying financing terms without a disclosure may be legal. Adds a "No filter" option to the Additional Listings Pages feature to allow the creation of full, unfiltered archive pages at any URL. Adds a toggle switch to Additional Listings Pages so rules can be saved in an inactive state. Adds a "contains" comparison operator and "Options" to the list of comparison fields in Additional Listings Pages filter rules. Adds a parameter to the [invp_inventory_grid] shortcode to suppress "Call for price" if the sitewide price display setting is ${Price}. This restores behavior produced by a bug described below. Fixes a bug in the [invp_inventory_grid] shortcode that prevented "Call for price" from displaying if show_captions and show_prices were both true and the price display setting sitewide is ${Price}. Fixes syntax errors that impact old versions of PHP including 7.2. Fixes bugs in multiple shortcodes that prevented true/false parameter values from working the way users expect. "true", "1", and 1 are all now working. Likewise with false values "false", "0", and 0. Renames the Additional Listings Pages feature to Listings Pages.</p> <h3>14.6.0</h3> <p>Stops showing sold vehicles in the [invp_inventory_grid] shortcode and Inventory Grid widget when the "Include sold vehicles" setting is off. Stops hitting inventorypresser.com as often to check for valid add-on licenses. Fixes a bug that showed the Boat Attributes field in the Editor Sidebar for non-boat vehicles. Adds a feature that changes the <title> tag on inventory archives. Adds a JavaScript filter <code class="notranslate">invp_editor_sidebar_elements</code> to let other plugins add to the Editor Sidebar where vehicle attributes are managed. Adds additional meta fields for Carfax "Accident Free" and "Top Condition" badges. Adds a filter <code class="notranslate">invp_meta_fields</code> so other plugins can add meta fields to the vehicle post type.</p> <h3>14.5.0</h3> <p>Adds a feature enabled by default: Adds a gallery block to new vehicle posts with a specific CSS class that allows users to upload and reorder photos on vehicle posts in the block editor. This is merging the invp-photo-arranger feature plugin into Inventory Presser core. Deactivate and delete invp-photo-arranger after upgrading to 14.5.0.</p> <h3>14.2.1</h3> <p>Adds two template tags <code class="notranslate">invp_get_the_location_state()</code> and <code class="notranslate">invp_get_the_location_zip()</code>. Wraps vehicle prices in a <span> element in the [invp_inventory_grid] shortcode so they can be more easily styled.</p> <h3>14.1.0</h3> <p>Adds a Contact Form 7 mail tag [invp_adf_timestamp] to help insert ISO 8601 timestamps into ADF XML lead emails. Adds a Contact Form 7 mail tag [invp_adf_vehicle] to help insert vehicles into ADF XML lead emails. Adds a "No vehicles found." message to the [invp_archive] shortcode when there are no vehicle posts that satisfy the query. Adds a default false value for the use_carfax setting so it shows up in REST at /wp-json/invp/v1/settings consistently. Wraps the vehicle YMM string in a link in email sent using our Contact Form 7 form-tag [invp_vehicle].</p> <h3>14.0.0</h3> <p>Integrates WP All Import to allow CSV feed imports. Integrates Contact Form 7 to add a [invp_vehicle] form tag. Improves [invp_single_vehicle] output and adds a filter <code class="notranslate">invp_single_sections</code> to allow customization. Removes all deprecated methods and constants, all of which have replacements. Removes the [iframe] shortcode that was replaced by [invp_iframe].</p> <h3>13.8.2</h3> <p>Changes the slider widget to show only 2 vehicles at a time on smaller devices. Bug fixes. Increases compatibility with inventory photos that were inserted by other services and do not have sequence numbers saved in post meta. Relies on the post_date for photo sequence when our meta key is not found.</p> <h3>13.8.1</h3> <p>Adds a minimized version of the leaflet.js CSS file. This file is used by the Map widget. Bug fix when resizing flexslider images to avoid stretching images wider than their full size dimensions.</p> <h3>13.8.0</h3> <p>Adds template tags <code class="notranslate">invp_get_the_last_modified()</code> and <code class="notranslate">invp_get_raw_last_modified()</code>. Registers all scripts and styles on the <code class="notranslate">enqueue_block_editor_assets</code> hook so blocks can use them. Adds & implements iFrameResizer.js in the [invp_iframe] shortcode instead of relying on the themes like _dealer to provide the library and resize iframes. Bug fix when looking for an SVG file path in the Carfax Widget. Bug fix in the <code class="notranslate">invp_get_the_transmission_speeds()</code> template tag. The single <code class="notranslate">$post_id</code> argument is now optional, matching all other template tags.</p> <h3>13.7.1</h3> <p>Changes tested up to version number 5.9.2. Increases compatibility with more themes out of the box, and specifically themes like GeneratePress that call and filter the_content multiple times when rendering a page. Fixes block category creation so all this plugin's blocks are nicley grouped. Fix in the Sort Vehicles By setting when a date field like last modified is chosen. Fixes plugin update nags in multisite installations to look more like core update nags.</p> <h3>13.6.0</h3> <p>Upgrades the [invp_archive] shortcode to support taxonomy and querystring filters and sorts. Adds a template tag <a href="https://inventorypresser.com/docs/reference/functions/invp_is_featured/">invp_is_featured()</a>. Changes the "was now discount" price display to fallback to showing the price when the MSRP is empty or the difference is not a positive discount. Previously, the setting would fallback to "Call for Price" even if a price value was available.</p> <h3>13.5.0</h3> <p>Renames the Google Map widget to Google Map (legacy). It still works for an unknown amount of time. Adds a Google Map widget. This new widget implements the v3 JavaScript API and requires an API key. Adds street address, street address line two, city, state, and zip fields to the Edit form when editing a term in the locations taxonomy. Allows users to specify and save the pieces of the address instead of the whole, multi-line address we store in the term description. This makes latitude and longitude decoding more accessible to users. When a location term is saved, these meta values are used to populate the term description.</p> <h3>13.3.0</h3> <p>Upgrades the add-on framework to simplify the building and integrating of add-on plugins. Adds a colors taxonomy to help users shop by base color.</p> <h3>13.2.1</h3> <p>Contains a bug fix in the Map widget to prevent widget titles from sitting underneath the map. Changes tested up to version number to 5.8.0.</p> <h3>13.1.1</h3> <p>Now saves latitude and longitude coordinates with location term addresses when they are fetched from OpenStreetMap.org for use in the Map widget. Enables more than one Map widget to appear on the same page. Bug fix in the Hours widget.</p> <h3>13.1.0</h3> <p>Contains bug fixes and adds a new maps widget called Map that succeeds the Google Map widget. Google deprecated the API upon which the Google Map widget is built, and has indicated it will cease working any day. The new widget is built on leaflet.js and uses map tiles/imagery from MapBox.</p> <h3>13.0.0</h3> <p>Version 13 is smaller than version 12! Instead of shipping with two sliders, all slideshows are now powered by flexslider. This version drops a dependency on slick.js without losing functionality or changing the look and feel of sliders. Fixes a bug when displaying our placeholder "no photo photo" near vehicles that have zero photos.</p> <h3>12.3.0</h3> <p>Adds a setting to control whether vehicles use Trash when deleted. Adds a shortcode [invp_photo_slider]. Creates relationship with "For Sale" term in Availabilities taxonomy when vehicles are added with the editor. Fixes a bug that prevented boat fields from appearing in the vehicle attribute table.</p> <h3>12.2.7</h3> <p>First version that adds a "date entered" field to vehicles posts. Bug fix in the hours widget to no longer highlight Friday and Monday at the same time for some sets of hours.</p> <h3>12.2.6</h3> <p>Changes the default button text for NextGear vehicle inspection reports from "See Digital Inspection Report" to "Mechanic's Report." Fixes bugs.</p> <h3>12.2.5</h3> <p>This release is the one we shipped to wordpress.org and the world as our open source launch.</p> <h3>11.8.2</h3> <p>The first version with DocBlock comments on all classes and methods.</p> <h3>11.7.0</h3> <p>This version makes the job of REST API clients that update vehicle data much easier by adding meta fields that overlap and updated all custom taxonomies.</p> </div> </div> <!-- End of Plugin README Parser code --> <div class="clearfix"></div> <div class="clearfix"></div> </div> <!-- COMMENTS --> </section> </div> </div> </div> <footer> <aside class="mythemes-default-content"> <div class="container"> <div class="row"> <div class="col-xs-6 col-sm-3 col-md-3 col-lg-3"> <div id="text-8" class="widget widget_text"><h5 class="footer-widget-title">Plugins</h5> <div class="textwidget"><ul> <li><a href="https://inventorypresser.com/products/plugins/inventory-presser/">Inventory Presser</a></li> <li><a href="https://inventorypresser.com/products/plugins/vin-decoder/">VIN Decoder</a></li><li><a href="https://inventorypresser.com/products/plugins/elementor-add-on/">Elementor Add-on</a></li><li><a href="https://inventorypresser.com/products/plugins/vehicle-filters-widget/">Vehicle Filters Widget</a></li><li><a href="https://inventorypresser.com/products/plugins/">View all Plugins→</a></li> </ul></div> </div> </div> <div class="col-xs-6 col-sm-3 col-md-3 col-lg-3"> <div id="text-9" class="widget widget_text"><h5 class="footer-widget-title">Support</h5> <div class="textwidget"><ul> <li><a href="https://inventorypresser.com/docs/">Documentation</a></li> <li><a href="https://inventorypresser.com/contact-us/">Contact</a></li> </ul></div> </div><div id="text-10" class="widget widget_text"><h5 class="footer-widget-title">About Us</h5> <div class="textwidget"><ul> <li><a href="https://inventorypresser.com/news/">News</a></li> <li><a href="https://inventorypresser.com/about-us/">Our Team</a></li> </ul></div> </div> </div> <div class="col-xs-6 col-sm-3 col-md-3 col-lg-3"> <div id="search-4" class="widget widget_search"><h5 class="footer-widget-title">Search</h5><form action="https://inventorypresser.com/" method="get" id="searchform"> <fieldset> <div id="searchbox"> <input type="text" name="s" id="keywords" value="type here..." onfocus="if (this.value == 'type here...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'type here...';}"> <button type="submit"><i class="mythemes-icon-search-5"></i></button> </div> </fieldset> </form></div> </div> <div class="col-xs-6 col-sm-3 col-md-3 col-lg-3"> <div id="recent-posts-5" class="widget widget_recent_entries"> <h5 class="footer-widget-title">Recent Posts</h5> <ul> <li> <a href="https://inventorypresser.com/blocks-preview-plugin-available/">Blocks Preview Plugin Available</a> </li> <li> <a href="https://inventorypresser.com/free-and-open-source/">Inventory Presser is Free and Open Source</a> </li> <li> <a href="https://inventorypresser.com/inventory-presser-integrates-carstory-market-reports/">Inventory Presser integrates CarStory Market reports</a> </li> </ul> </div> </div> </div> </div> </aside> <div class="mythemes-copyright"> <div class="container"> <div class="row"> <div class="col-lg-12"> <p> <span class="copyright">© 2023 a <a href="http://fridaynet.com/">Friday Systems</a> product powered by <a href="http://wordpress.org/">WordPress</a></span> </p> </div> </div> </div> </div> </div> </footer> <style>.edd-js-none .edd-has-js, .edd-js .edd-no-js, body.edd-js input.edd-no-js { display: none; }</style> <script>/* <![CDATA[ */(function(){var c = document.body.classList;c.remove('edd-js-none');c.add('edd-js');})();/* ]]> */</script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon/media/_frontend/js/bootstrap.min.js' id='mythemes-bootstrap-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon/media/_frontend/js/jquery.mousewheel.js' id='mythemes-mousewheel-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon/media/_frontend/js/jquery.jscrollpane.min.js' id='mythemes-jscrollpane-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-includes/js/masonry.min.js?ver=4.2.2' id='masonry-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon/media/_frontend/js/functions.js?ver=1.2.13' id='mythemes-functions-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon/media/_frontend/js/jquery.prettyPhoto.js' id='mythemes-pretty-photo-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon/media/_frontend/js/jquery.prettyPhoto.settings.js' id='mythemes-pretty-photo-settings-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.7.6' id='swv-js'></script> <script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */ var wpcf7 = {"api":{"root":"https:\/\/inventorypresser.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.7.6' id='contact-form-7-js'></script> <script type='text/javascript' id='edd-ajax-js-extra'> /* <![CDATA[ */ var edd_scripts = {"ajaxurl":"https:\/\/inventorypresser.com\/wp-admin\/admin-ajax.php","position_in_cart":"","has_purchase_links":"","already_in_cart_message":"You have already added this item to your cart","empty_cart_message":"Your cart is empty","loading":"Loading","select_option":"Please select an option","is_checkout":"0","default_gateway":"paypal_commerce","redirect_to_checkout":"0","checkout_page":"https:\/\/inventorypresser.com\/checkout\/","permalinks":"1","quantities_enabled":"","taxes_enabled":"1","current_page":"382"}; /* ]]> */ </script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.js?ver=3.1.1.4.2' id='edd-ajax-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/plugins/wp-syntax/js/wp-syntax.js?ver=1.1' id='wp-syntax-js-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/navigation.js?ver=20181209' id='wporg-developer-navigation-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/skip-link-focus-fix.js?ver=20130115' id='wporg-developer-skip-link-focus-fix-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/search.js?ver=20150430' id='wporg-developer-search-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/menu.js?ver=20180201' id='wporg-developer-menu-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/awesomplete.min.js?ver=20160322' id='awesomplete-js'></script> <script type='text/javascript' id='autocomplete-js-extra'> /* <![CDATA[ */ var autocomplete = {"ajaxurl":"https:\/\/inventorypresser.com\/wp-admin\/admin-ajax.php","nonce":"0ec370e5a9"}; /* ]]> */ </script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/autocomplete.js?ver=20160524' id='autocomplete-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/function-reference.js?ver=20180724' id='wporg-developer-function-reference-js'></script> <script type='text/javascript' id='quicktags-js-extra'> /* <![CDATA[ */ var quicktagsL10n = {"closeAllOpenTags":"Close all open tags","closeTags":"close tags","enterURL":"Enter the URL","enterImageURL":"Enter the URL of the image","enterImageDescription":"Enter a description of the image","textdirection":"text direction","toggleTextdirection":"Toggle Editor Text Direction","dfw":"Distraction-free writing mode","strong":"Bold","strongClose":"Close bold tag","em":"Italic","emClose":"Close italic tag","link":"Insert link","blockquote":"Blockquote","blockquoteClose":"Close blockquote tag","del":"Deleted text (strikethrough)","delClose":"Close deleted text tag","ins":"Inserted text","insClose":"Close inserted text tag","image":"Insert image","ul":"Bulleted list","ulClose":"Close bulleted list tag","ol":"Numbered list","olClose":"Close numbered list tag","li":"List item","liClose":"Close list item tag","code":"Code","codeClose":"Close code tag","more":"Insert Read More tag"}; /* ]]> */ </script> <script type='text/javascript' src='https://inventorypresser.com/wp-includes/js/quicktags.min.js?ver=6.2' id='quicktags-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/user-notes.js?ver=20200110' id='wporg-developer-user-notes-js'></script> <script type='text/javascript' id='wporg-developer-user-notes-feedback-js-extra'> /* <![CDATA[ */ var wporg_note_feedback = {"show":"Show Feedback","hide":"Hide Feedback"}; /* ]]> */ </script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/user-notes-feedback.js?ver=20181023' id='wporg-developer-user-notes-feedback-js'></script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/tabs.js?ver=20160824' id='wporg-developer-tabs-js'></script> <script type='text/javascript' id='wporg-developer-preview-js-extra'> /* <![CDATA[ */ var wporg_note_preview = {"ajaxurl":"https:\/\/inventorypresser.com\/wp-admin\/admin-ajax.php","nonce":"25a08667e2","preview":"preview note","preview_empty":"Nothing to preview","is_admin":""}; /* ]]> */ </script> <script type='text/javascript' src='https://inventorypresser.com/wp-content/themes/cannyon-presser/js/user-notes-preview.js?ver=20200111' id='wporg-developer-preview-js'></script> </body> </html>