Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | class Bulk_Delete_Pages { |
||
16 | /** |
||
17 | * Delete Pages by post status - drafts, pending posts, scheduled posts etc. |
||
18 | * |
||
19 | * @since 5.0 |
||
20 | * @since 6.0.0 Deprecated. |
||
21 | * @static |
||
22 | * |
||
23 | * @param array $delete_options Options for deleting posts. |
||
24 | * |
||
25 | * @return int $posts_deleted Number of posts that were deleted |
||
26 | */ |
||
27 | public static function delete_pages_by_status( $delete_options ) { |
||
33 |