true, ); $output = 'names'; $operator = 'and'; $post_types = get_post_types( $args, $output, $operator ); // delete configs for all post_types foreach ( $post_types as $post_type ) { delete_option("autopostToMastodon-post_types-$post_type" ); }