Function epl_get_unique_post_meta_values
Description: Getting all the values associated with a specific custom post meta key, across all posts Author: Chinmoy Paul Author URL: http://pwdtechnology.com
Package: EPL\Functions\Global
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 2.1.11
Since: 3.4.40 Tweak: Search selection results will be sorted in a-z order.
Since: 3.4.40 Fix: Search address options fixed for the all search tab.
Since: 3.5.3 Fix: Prepared statement for SQL.
Since: 3.5.5 Fix: DB error due to double escaping.
Since: 3.5.6 Fix: Status variable overwritten when status option was passed to the shortcode.
Located at lib/includes/functions.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 2.1.11
Since: 3.4.40 Tweak: Search selection results will be sorted in a-z order.
Since: 3.4.40 Fix: Search address options fixed for the all search tab.
Since: 3.5.3 Fix: Prepared statement for SQL.
Since: 3.5.5 Fix: DB error due to double escaping.
Since: 3.5.6 Fix: Status variable overwritten when status option was passed to the shortcode.
Located at lib/includes/functions.php
Parameters summary
string |
$key = '' |
Post Meta Key. |
string |
$type = '' |
Post Type. Default is post. You can pass custom post type here. |
string |
$status = 'publish' |
Post Status like Publish, draft, future etc. default is publish. |
string |
$property_status = '' |
Listing status. |