Recent

tptn_delete_countsaction

tptn_delete_counts

Fires after view counts have been deleted from the database.

Type: action
Since: 4.2.0
Source: includes/class-database.php line 293

Parameters

Type Name Description
array $args Arguments describing which counts were deleted.

Usage

add_action( 'tptn_delete_counts', function($args) {
    // ...
} );