Display Highest Price

[cxc_wpl_maxprice]

This shortcode displays the highest price of a product within a specified time range. Its adjustable parameters include:

'id'              => '', // Product ID (required).

'start_date'      => '', // The start date of the time range (required).

'end_date'        => '', // The end date of the time range (required).

'show_title'      => '', // Whether to display the product title (true or false).

'show_date_range' => ''  // Whether to display the date range (true or false).

Example:

[cxc_wpl_maxprice id="123" start_date="2023-01-01" end_date="2023-12-31" show_title="yes" show_date_range="yes"]