notations = $notations; } public function __invoke( $post_id ) { $results = $this->notations->get_notations( 'post', $post_id ); foreach ( $results as $notation ) { wp_delete_post( $notation['id'] ); } } }