@@ -47,6 +47,9 @@ |
||
47 | 47 | } |
48 | 48 | |
49 | 49 | |
50 | + /** |
|
51 | + * @param string $slug |
|
52 | + */ |
|
50 | 53 | private function get_acf_free_metaboxes( $slug ){ |
51 | 54 | |
52 | 55 | // This damn plugin. Is. A. Freaking. Nightmare. |
@@ -48,7 +48,6 @@ |
||
48 | 48 | * |
49 | 49 | * @see WP_Query, wp_delete_post |
50 | 50 | * |
51 | - * @param string $slug a custom post type ID. |
|
52 | 51 | * @param boolean $echo Whether or not to echo the result |
53 | 52 | */ |
54 | 53 | public function delete_objects( $echo = false, $data ){ |