Points and Rewards Developer Docs

“Points and Rewards Developer Docs” by “WPWeb”

Action Reference

edd_points_download_metabox_fields_after

This action runs after displaying metabox settings at the product level in admin side, This action includes one parameter $post.


Filter Reference

edd_points_get_events

This filter allows you to add custom point's event type. The filter includes two parameters, $value , $event.

edd_points_cart_subtotal

This filter allows you to add custom point's event type. The filter includes one parameter, $cart_subtotal which includes cart sub total.

edd_points_restrict_seller

This filter allows you to prevent user role restriction to get points. The filter includes one parameter, $roles which includes roles.

edd_points_settings_after

This filter allows you to add custom settings in points & rewards tab. The filter includes one parameter, $settings.