Filter Reference: geodir_rating_disabled_post_types

Summary

Filter the post types array which have rating disabled.

Parameters

$post_types
(array) (required) Array of post types which have rating starts disabled.

Default: None

Change Log

Since: 1.6.16

Used by

geodirectory-functions/custom_functions.php: geodir_rating_disabled_post_types() [Line: 2942]

Source Code

	return apply_filters( 'geodir_rating_disabled_post_types', $post_types );