We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8090be9 commit 16a494fCopy full SHA for 16a494f
updates/release-2024.11.27.1530.sh
@@ -0,0 +1,39 @@
1
+#!/bin/bash
2
+
3
+# set widget order for all users
4
+wp option update fix_alt_text '{
5
+ "option": "fix_alt_text",
6
+ "db_version": "1.7.0",
7
+ "db_version_history": [],
8
+ "access_tool_roles": [
9
+ "editor"
10
+ ],
11
+ "access_settings_roles": [
12
13
14
+ "debug": false,
15
+ "blocks": [
16
+ "core/image",
17
+ "core/media-text",
18
+ "core/gallery"
19
20
+ "others": [
21
+ "Media Library"
22
23
+ "scan_post_types": [
24
+ "attachment",
25
+ "page",
26
+ "wp_block",
27
+ "post",
28
+ "wp_template_part",
29
+ "wp_template"
30
31
+ "scan_taxonomies": [
32
+ "category",
33
+ "post_tag",
34
+ "wp_template_part_area",
35
+ "wp_theme"
36
37
+ "scan_users": true,
38
+ "site_id": 1
39
+}' --format=json --allow-root
0 commit comments