tptn_delete_counts
Delete counts based on criteria.
Type: action
Since: 4.2.0
Source: includes/class-database.php line 217
Parameters
| Type | Name | Description |
|---|---|---|
array | $args | { |
Usage
add_action( 'tptn_delete_counts', function($args) {
// ...
} ); tptn_delete_counts action Delete counts based on criteria.
Type: action
Since: 4.2.0
Source: includes/class-database.php line 217
| Type | Name | Description |
|---|---|---|
array | $args | { |
add_action( 'tptn_delete_counts', function($args) {
// ...
} );