protected function delete_post( $id ) {
        if ( ! empty( $id->ID ) ) {
            $id = $id->ID;
        } elseif ( ! is_numeric( $id ) || 0 >= $id ) {
            return;