Autogenerated_Series::delete_following( $post )
Handles the deletion of any auto-generated Series related to a Recurring Event that has been deleted.
Return
(int) The number of deleted Series.
Source
File: src/Events_Pro/Custom_Tables/V1/Series/Autogenerated_Series.php
public function delete_following( WP_Post $post ) {
return $this->trash_following( $post );
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |