wzkb_rating_stored
Fires after a rating is stored.
Type: action
Since: 3.0.0
Source: includes/pro/rating/class-rating.php line 1124
Parameters
| Type | Name | Description |
|---|---|---|
int |
$post_id |
Post ID. |
int |
$rating |
Rating value. |
string |
$mode |
Rating mode. |
Usage
add_action( 'wzkb_rating_stored', function($post_id, $rating, $mode) {
// ...
} );