Filter Reference: geodir_filter_geodir_post_custom_fields

Summary

Filter the post custom fields array.

Parameters

$return_arr
(array) (required) Post custom fields array.

Default: None
$package_id
(int|string) (required) The package ID.

Default: None
$post_type
(string) (optional) The wordpress post type.

Default: None
$fields_location
(string) (optional) Where exactly are you going to place this custom fields?.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-functions/custom_fields_functions.php: geodir_post_custom_fields() [Line: 148]

Source Code

        $return_arr = apply_filters('geodir_filter_geodir_post_custom_fields', $return_arr, $package_id, $post_type, $fields_location);