Ratings | Business Directory https://businessdirectoryplugin.com Create any kind of directory on your site, easily Mon, 11 Sep 2023 04:00:00 +0000 en-US hourly 1 https://businessdirectoryplugin.com/wp-content/uploads/2020/10/cropped-Favicon3-32x32.png Ratings | Business Directory https://businessdirectoryplugin.com 32 32 wpbdp_listing_require_email https://businessdirectoryplugin.com/knowledge-base/wpbdp_listing_require_email/?utm_source=rss&utm_medium=rss&utm_campaign=wpbdp_listing_require_email Mon, 11 Sep 2023 04:00:00 +0000 https://businessdirectoryplugin.com/knowledge-base/wpbdp_listing_require_email/ When set to false, the email address field in the ratings form will be hidden for logged out users.

The post wpbdp_listing_require_email first appeared on Business Directory.]]>
Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.

When set to false, the email address field in the ratings form will be hidden for logged out users.

Usage

add_filter( 'wpbdp_listing_require_email', 'hide_bd_rating_email' );

Parameters

  • $show (boolean) Should the email field show?

Examples

Hide the email field

add_filter( 'wpbdp_listing_require_email', '__return_false' );

Change Log

Added in version 5.3

The post wpbdp_listing_require_email first appeared on Business Directory.]]>