Filter Reference: geodir_wpml_allowed_to_duplicate

Summary

Filter the user allowed to duplicate listing or not for WPML.

Parameters

$allowed
(bool) (required) True if allowed.

Default: None
$post_id
(int) (required) The post ID.

Default: None

Used by

geodirectory-functions/custom_functions.php: geodir_wpml_allowed_to_duplicate() [Line: 3036]

Source Code

	return apply_filters( 'geodir_wpml_allowed_to_duplicate', $allowed, $post_id );