@respira/wordpress-mcp-server 8.3.24 → 8.3.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +97 -20
- package/TOOL_CATALOG.md +445 -307
- package/dist/__tests__/0e6bd33c-redeem-preserves-per-site-settings.test.js +3 -2
- package/dist/__tests__/0e6bd33c-redeem-preserves-per-site-settings.test.js.map +1 -1
- package/dist/__tests__/81c478df-create-page-duplicate-id-aliases.test.d.ts +11 -0
- package/dist/__tests__/81c478df-create-page-duplicate-id-aliases.test.d.ts.map +1 -0
- package/dist/__tests__/81c478df-create-page-duplicate-id-aliases.test.js +80 -0
- package/dist/__tests__/81c478df-create-page-duplicate-id-aliases.test.js.map +1 -0
- package/dist/__tests__/plugin-slug-path-encoding.test.d.ts +2 -0
- package/dist/__tests__/plugin-slug-path-encoding.test.d.ts.map +1 -0
- package/dist/__tests__/plugin-slug-path-encoding.test.js +41 -0
- package/dist/__tests__/plugin-slug-path-encoding.test.js.map +1 -0
- package/dist/__tests__/release-9-surface.test.d.ts +2 -0
- package/dist/__tests__/release-9-surface.test.d.ts.map +1 -0
- package/dist/__tests__/release-9-surface.test.js +197 -0
- package/dist/__tests__/release-9-surface.test.js.map +1 -0
- package/dist/install-skills.d.ts +4 -5
- package/dist/install-skills.d.ts.map +1 -1
- package/dist/install-skills.js +4 -5
- package/dist/install-skills.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +252 -73
- package/dist/server.js.map +1 -1
- package/dist/skill-prompts.d.ts +43 -0
- package/dist/skill-prompts.d.ts.map +1 -0
- package/dist/skill-prompts.js +135 -0
- package/dist/skill-prompts.js.map +1 -0
- package/dist/wordpress-client.d.ts +40 -11
- package/dist/wordpress-client.d.ts.map +1 -1
- package/dist/wordpress-client.js +74 -22
- package/dist/wordpress-client.js.map +1 -1
- package/package.json +2 -2
- package/skills/activity-report-composer/SKILL.md +17 -5
- package/skills/activity-report-composer/metadata.json +2 -2
- package/skills/art-direction/SKILL.md +9 -3
- package/skills/art-direction/metadata.json +7 -3
- package/skills/brand-voice-synthesizer/SKILL.md +36 -16
- package/skills/brand-voice-synthesizer/metadata.json +8 -4
- package/skills/build-oxygen6-page/SKILL.md +17 -2
- package/skills/conversion-audit/SKILL.md +12 -0
- package/skills/custom-post-type-architect/SKILL.md +12 -0
- package/skills/figma-to-bricks/SKILL.md +4 -2
- package/skills/figma-to-divi/SKILL.md +4 -2
- package/skills/figma-to-elementor/SKILL.md +8 -1
- package/skills/figma-to-gutenberg/SKILL.md +4 -2
- package/skills/html-to-breakdance/SKILL.md +7 -3
- package/skills/html-to-breakdance/metadata.json +7 -3
- package/skills/html-to-bricks/SKILL.md +7 -3
- package/skills/html-to-bricks/metadata.json +7 -3
- package/skills/internal-link-builder/SKILL.md +12 -0
- package/skills/migrate-beaver-builder-to-bricks/SKILL.md +19 -3
- package/skills/migrate-beaver-builder-to-gutenberg/SKILL.md +19 -3
- package/skills/migrate-brizy-to-gutenberg/SKILL.md +19 -3
- package/skills/migrate-divi-to-breakdance/SKILL.md +19 -3
- package/skills/migrate-divi-to-bricks/SKILL.md +19 -3
- package/skills/migrate-divi-to-gutenberg/SKILL.md +19 -3
- package/skills/migrate-elementor-to-breakdance/SKILL.md +20 -4
- package/skills/migrate-elementor-to-bricks/SKILL.md +20 -4
- package/skills/migrate-elementor-to-gutenberg/SKILL.md +20 -4
- package/skills/migrate-elementor-to-oxygen/SKILL.md +20 -4
- package/skills/migrate-oxygen-to-breakdance/SKILL.md +19 -3
- package/skills/migrate-oxygen-to-bricks/SKILL.md +19 -3
- package/skills/migrate-thrive-architect-to-gutenberg/SKILL.md +19 -3
- package/skills/migrate-visual-composer-to-gutenberg/SKILL.md +19 -3
- package/skills/migrate-wpbakery-to-bricks/SKILL.md +19 -3
- package/skills/migrate-wpbakery-to-gutenberg/SKILL.md +19 -3
- package/skills/mobile-experience-report/SKILL.md +12 -0
- package/skills/murmur-review-loop/SKILL.md +142 -0
- package/skills/page-template-library/SKILL.md +12 -0
- package/skills/respira-builder-edits/SKILL.md +1 -0
- package/skills/respira-setup-assistant/SKILL.md +12 -0
- package/skills/respira-site-audit/SKILL.md +18 -6
- package/skills/respira-woocommerce/SKILL.md +1 -0
- package/skills/seo-aeo-amplifier/SKILL.md +14 -2
- package/skills/seo-aeo-amplifier/metadata.json +2 -2
- package/skills/stale-content-detector/SKILL.md +12 -0
- package/skills/technical-debt-audit/SKILL.md +14 -2
- package/skills/woo-marketing-campaigns/SKILL.md +12 -9
- package/skills/woo-pricing-promotions/SKILL.md +9 -9
- package/skills/woocommerce-health-check/SKILL.md +22 -8
- package/skills/wordpress-ai-image-optimizer/SKILL.md +14 -2
- package/skills/wordpress-ai-image-optimizer/metadata.json +2 -2
- package/skills/wordpress-security-review/SKILL.md +154 -0
- package/skills/wordpress-site-dna/README.md +1 -1
- package/skills/wordpress-site-dna/SKILL.md +52 -19
- package/tool-capabilities.json +3171 -370
package/TOOL_CATALOG.md
CHANGED
|
@@ -2,319 +2,457 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- Generated by scripts/check-tool-registry-parity.mjs. Do not edit by hand. -->
|
|
4
4
|
|
|
5
|
-
Generated catalog: **
|
|
5
|
+
Generated catalog: **231 core tools** (27 of them widget shortcuts), **104 WooCommerce tools**, **335 total**.
|
|
6
|
+
|
|
7
|
+
Conditional modules add **87** more when their plugin or builder is active: 54 for ACF, 25 for Bricks, 8 for Elementor. Bricks and Elementor never appear on the same site. The plugin's native connector also serves **8** tools the npm server does not list.
|
|
6
8
|
|
|
7
9
|
The runtime applies site context and per-site governance, so an individual connection may expose a smaller relevant subset.
|
|
8
10
|
|
|
9
11
|
## WordPress and Respira
|
|
10
12
|
|
|
11
|
-
- `respira_duplicate_with_translations
|
|
12
|
-
- `wordpress_abilities_gap_report
|
|
13
|
-
- `wordpress_activate_design_direction
|
|
14
|
-
- `wordpress_activate_plugin
|
|
15
|
-
- `
|
|
16
|
-
- `
|
|
17
|
-
- `
|
|
18
|
-
- `
|
|
19
|
-
- `
|
|
20
|
-
- `
|
|
21
|
-
- `
|
|
22
|
-
- `
|
|
23
|
-
- `
|
|
24
|
-
- `
|
|
25
|
-
- `
|
|
26
|
-
- `
|
|
27
|
-
- `
|
|
28
|
-
- `
|
|
29
|
-
- `
|
|
30
|
-
- `
|
|
31
|
-
- `
|
|
32
|
-
- `
|
|
33
|
-
- `
|
|
34
|
-
- `
|
|
35
|
-
- `
|
|
36
|
-
- `
|
|
37
|
-
- `
|
|
38
|
-
- `
|
|
39
|
-
- `
|
|
40
|
-
- `
|
|
41
|
-
- `
|
|
42
|
-
- `
|
|
43
|
-
- `
|
|
44
|
-
- `
|
|
45
|
-
- `
|
|
46
|
-
- `
|
|
47
|
-
- `
|
|
48
|
-
- `
|
|
49
|
-
- `
|
|
50
|
-
- `
|
|
51
|
-
- `
|
|
52
|
-
- `
|
|
53
|
-
- `
|
|
54
|
-
- `
|
|
55
|
-
- `
|
|
56
|
-
- `
|
|
57
|
-
- `
|
|
58
|
-
- `
|
|
59
|
-
- `
|
|
60
|
-
- `
|
|
61
|
-
- `
|
|
62
|
-
- `
|
|
63
|
-
- `
|
|
64
|
-
- `
|
|
65
|
-
- `
|
|
66
|
-
- `
|
|
67
|
-
- `
|
|
68
|
-
- `
|
|
69
|
-
- `
|
|
70
|
-
- `
|
|
71
|
-
- `
|
|
72
|
-
- `
|
|
73
|
-
- `
|
|
74
|
-
- `
|
|
75
|
-
- `
|
|
76
|
-
- `
|
|
77
|
-
- `
|
|
78
|
-
- `
|
|
79
|
-
- `
|
|
80
|
-
- `
|
|
81
|
-
- `
|
|
82
|
-
- `
|
|
83
|
-
- `
|
|
84
|
-
- `
|
|
85
|
-
- `
|
|
86
|
-
- `
|
|
87
|
-
- `
|
|
88
|
-
- `
|
|
89
|
-
- `
|
|
90
|
-
- `
|
|
91
|
-
- `
|
|
92
|
-
- `
|
|
93
|
-
- `
|
|
94
|
-
- `
|
|
95
|
-
- `
|
|
96
|
-
- `
|
|
97
|
-
- `
|
|
98
|
-
- `
|
|
99
|
-
- `
|
|
100
|
-
- `
|
|
101
|
-
- `
|
|
102
|
-
- `
|
|
103
|
-
- `
|
|
104
|
-
- `
|
|
105
|
-
- `
|
|
106
|
-
- `
|
|
107
|
-
- `
|
|
108
|
-
- `
|
|
109
|
-
- `
|
|
110
|
-
- `
|
|
111
|
-
- `
|
|
112
|
-
- `
|
|
113
|
-
- `
|
|
114
|
-
- `
|
|
115
|
-
- `
|
|
116
|
-
- `
|
|
117
|
-
- `
|
|
118
|
-
- `
|
|
119
|
-
- `
|
|
120
|
-
- `
|
|
121
|
-
- `
|
|
122
|
-
- `
|
|
123
|
-
- `
|
|
124
|
-
- `
|
|
125
|
-
- `
|
|
126
|
-
- `
|
|
127
|
-
- `
|
|
128
|
-
- `
|
|
129
|
-
- `
|
|
130
|
-
- `
|
|
131
|
-
- `
|
|
132
|
-
- `
|
|
133
|
-
- `
|
|
134
|
-
- `
|
|
135
|
-
- `
|
|
136
|
-
- `
|
|
137
|
-
- `
|
|
138
|
-
- `
|
|
139
|
-
- `
|
|
140
|
-
- `
|
|
141
|
-
- `
|
|
142
|
-
- `
|
|
143
|
-
- `
|
|
144
|
-
- `
|
|
145
|
-
- `
|
|
146
|
-
- `
|
|
147
|
-
- `
|
|
148
|
-
- `
|
|
149
|
-
- `
|
|
150
|
-
- `
|
|
151
|
-
- `
|
|
152
|
-
- `
|
|
153
|
-
- `
|
|
154
|
-
- `
|
|
155
|
-
- `
|
|
156
|
-
- `
|
|
157
|
-
- `
|
|
158
|
-
- `
|
|
159
|
-
- `
|
|
160
|
-
- `
|
|
161
|
-
- `
|
|
162
|
-
- `
|
|
163
|
-
- `
|
|
164
|
-
- `
|
|
165
|
-
- `
|
|
166
|
-
- `
|
|
167
|
-
- `
|
|
168
|
-
- `
|
|
169
|
-
- `
|
|
170
|
-
- `
|
|
171
|
-
- `
|
|
172
|
-
- `
|
|
173
|
-
- `
|
|
174
|
-
- `
|
|
175
|
-
- `
|
|
176
|
-
- `
|
|
177
|
-
- `
|
|
178
|
-
- `
|
|
179
|
-
- `
|
|
180
|
-
- `
|
|
181
|
-
- `
|
|
182
|
-
- `
|
|
183
|
-
- `
|
|
184
|
-
- `
|
|
185
|
-
- `
|
|
186
|
-
- `
|
|
187
|
-
- `
|
|
188
|
-
- `
|
|
189
|
-
- `
|
|
190
|
-
- `
|
|
191
|
-
- `
|
|
192
|
-
- `
|
|
193
|
-
- `
|
|
194
|
-
- `
|
|
195
|
-
- `
|
|
196
|
-
- `
|
|
197
|
-
- `
|
|
198
|
-
- `
|
|
199
|
-
- `
|
|
200
|
-
- `
|
|
201
|
-
- `
|
|
202
|
-
- `
|
|
203
|
-
- `
|
|
204
|
-
- `
|
|
205
|
-
- `
|
|
206
|
-
- `
|
|
207
|
-
- `
|
|
208
|
-
- `
|
|
209
|
-
- `
|
|
210
|
-
- `
|
|
211
|
-
- `
|
|
13
|
+
- `respira_duplicate_with_translations`: write; hosted/stdio
|
|
14
|
+
- `wordpress_abilities_gap_report`: read; native + hosted
|
|
15
|
+
- `wordpress_activate_design_direction`: write; native + hosted
|
|
16
|
+
- `wordpress_activate_plugin`: write; native + hosted
|
|
17
|
+
- `wordpress_add_accordion`: write; native + hosted
|
|
18
|
+
- `wordpress_add_alert`: write; native + hosted
|
|
19
|
+
- `wordpress_add_button`: write; native + hosted
|
|
20
|
+
- `wordpress_add_counter`: write; native + hosted
|
|
21
|
+
- `wordpress_add_divider`: write; native + hosted
|
|
22
|
+
- `wordpress_add_form`: write; native + hosted
|
|
23
|
+
- `wordpress_add_gallery`: write; native + hosted
|
|
24
|
+
- `wordpress_add_heading`: write; native + hosted
|
|
25
|
+
- `wordpress_add_html`: write; native + hosted
|
|
26
|
+
- `wordpress_add_icon`: write; native + hosted
|
|
27
|
+
- `wordpress_add_icon_list`: write; native + hosted
|
|
28
|
+
- `wordpress_add_image`: write; native + hosted
|
|
29
|
+
- `wordpress_add_map`: write; native + hosted
|
|
30
|
+
- `wordpress_add_menu`: write; native + hosted
|
|
31
|
+
- `wordpress_add_pricing_table`: write; native + hosted
|
|
32
|
+
- `wordpress_add_progress_bar`: write; native + hosted
|
|
33
|
+
- `wordpress_add_search`: write; native + hosted
|
|
34
|
+
- `wordpress_add_section`: write; native + hosted
|
|
35
|
+
- `wordpress_add_sidebar`: write; native + hosted
|
|
36
|
+
- `wordpress_add_slider`: write; native + hosted
|
|
37
|
+
- `wordpress_add_social_icons`: write; native + hosted
|
|
38
|
+
- `wordpress_add_spacer`: write; native + hosted
|
|
39
|
+
- `wordpress_add_tabs`: write; native + hosted
|
|
40
|
+
- `wordpress_add_testimonial`: write; native + hosted
|
|
41
|
+
- `wordpress_add_text`: write; native + hosted
|
|
42
|
+
- `wordpress_add_toggle`: write; native + hosted
|
|
43
|
+
- `wordpress_add_video`: write; native + hosted
|
|
44
|
+
- `wordpress_analyze_aeo`: read; native + hosted
|
|
45
|
+
- `wordpress_analyze_images`: read; native + hosted
|
|
46
|
+
- `wordpress_analyze_pagespeed`: read; native + hosted
|
|
47
|
+
- `wordpress_analyze_performance`: read; native + hosted
|
|
48
|
+
- `wordpress_analyze_rankmath`: read; native + hosted
|
|
49
|
+
- `wordpress_analyze_readability`: read; native + hosted
|
|
50
|
+
- `wordpress_analyze_seo`: read; native + hosted
|
|
51
|
+
- `wordpress_append_theme_file`: read; native + hosted
|
|
52
|
+
- `wordpress_apply_accessibility_fixes`: write; native + hosted
|
|
53
|
+
- `wordpress_apply_builder_patch`: write; native + hosted
|
|
54
|
+
- `wordpress_apply_design_direction`: write; native + hosted
|
|
55
|
+
- `wordpress_apply_divi_library_item`: write; native + hosted
|
|
56
|
+
- `wordpress_assign_menu_location`: write; native + hosted
|
|
57
|
+
- `wordpress_batch_update`: write; native + hosted
|
|
58
|
+
- `wordpress_begin_session`: read; native + hosted
|
|
59
|
+
- `wordpress_build_mega_menu`: write; native + hosted
|
|
60
|
+
- `wordpress_build_page`: write; native + hosted
|
|
61
|
+
- `wordpress_bulk_pages_operation`: write; native + hosted
|
|
62
|
+
- `wordpress_check_design`: read; native + hosted
|
|
63
|
+
- `wordpress_check_seo_issues`: read; native + hosted
|
|
64
|
+
- `wordpress_check_structured_data`: read; native + hosted
|
|
65
|
+
- `wordpress_convert_html_to_builder`: write; native + hosted
|
|
66
|
+
- `wordpress_create_acf_field_group`: write; native + hosted
|
|
67
|
+
- `wordpress_create_comment`: write; native + hosted
|
|
68
|
+
- `wordpress_create_custom_post`: write; native + hosted
|
|
69
|
+
- `wordpress_create_design_token`: write; native + hosted
|
|
70
|
+
- `wordpress_create_menu`: write; native + hosted
|
|
71
|
+
- `wordpress_create_menu_item`: write; native + hosted
|
|
72
|
+
- `wordpress_create_page_duplicate`: write; native + hosted
|
|
73
|
+
- `wordpress_create_playbook`: write; hosted/stdio
|
|
74
|
+
- `wordpress_create_post_duplicate`: write; native + hosted
|
|
75
|
+
- `wordpress_create_post_type`: write; native + hosted
|
|
76
|
+
- `wordpress_create_review_link`: write; native + hosted
|
|
77
|
+
- `wordpress_create_share_link`: write; native + hosted
|
|
78
|
+
- `wordpress_create_site_navigation`: write; native + hosted
|
|
79
|
+
- `wordpress_create_site_pattern`: write; native + hosted
|
|
80
|
+
- `wordpress_create_site_template`: write; native + hosted
|
|
81
|
+
- `wordpress_create_taxonomy`: write; native + hosted
|
|
82
|
+
- `wordpress_create_term`: write; native + hosted
|
|
83
|
+
- `wordpress_create_theme_builder_template`: write; native + hosted
|
|
84
|
+
- `wordpress_create_translation`: write; native + hosted
|
|
85
|
+
- `wordpress_create_user`: write; native + hosted
|
|
86
|
+
- `wordpress_deactivate_design_direction`: write; native + hosted
|
|
87
|
+
- `wordpress_deactivate_plugin`: write; native + hosted
|
|
88
|
+
- `wordpress_delete_acf_field_group`: write; native + hosted
|
|
89
|
+
- `wordpress_delete_comment`: write; native + hosted
|
|
90
|
+
- `wordpress_delete_custom_post`: write; native + hosted
|
|
91
|
+
- `wordpress_delete_design_direction`: write; native + hosted
|
|
92
|
+
- `wordpress_delete_design_token`: write; native + hosted
|
|
93
|
+
- `wordpress_delete_divi_preset`: write; native + hosted
|
|
94
|
+
- `wordpress_delete_media`: write; native + hosted
|
|
95
|
+
- `wordpress_delete_menu`: write; native + hosted
|
|
96
|
+
- `wordpress_delete_menu_item`: write; native + hosted
|
|
97
|
+
- `wordpress_delete_option`: write; native + hosted
|
|
98
|
+
- `wordpress_delete_page`: write; native + hosted
|
|
99
|
+
- `wordpress_delete_playbook`: write; hosted/stdio
|
|
100
|
+
- `wordpress_delete_plugin`: write; native + hosted
|
|
101
|
+
- `wordpress_delete_post`: write; native + hosted
|
|
102
|
+
- `wordpress_delete_post_type`: write; native + hosted
|
|
103
|
+
- `wordpress_delete_site_navigation`: write; native + hosted
|
|
104
|
+
- `wordpress_delete_site_pattern`: write; native + hosted
|
|
105
|
+
- `wordpress_delete_taxonomy`: write; native + hosted
|
|
106
|
+
- `wordpress_delete_term`: write; native + hosted
|
|
107
|
+
- `wordpress_delete_user`: write; native + hosted
|
|
108
|
+
- `wordpress_diagnose_connection`: read; hosted/stdio
|
|
109
|
+
- `wordpress_diff_snapshots`: read; native + hosted
|
|
110
|
+
- `wordpress_duplicate_element`: write; native + hosted
|
|
111
|
+
- `wordpress_end_session`: read; native + hosted
|
|
112
|
+
- `wordpress_export_design_direction`: read; native + hosted
|
|
113
|
+
- `wordpress_extract_builder_content`: read; native + hosted
|
|
114
|
+
- `wordpress_find_builder_targets`: read; native + hosted
|
|
115
|
+
- `wordpress_find_element`: read; native + hosted
|
|
116
|
+
- `wordpress_forget`: read; native + hosted
|
|
117
|
+
- `wordpress_generate_activity_report`: read; native + hosted
|
|
118
|
+
- `wordpress_get_accessibility_scan`: read; native + hosted
|
|
119
|
+
- `wordpress_get_active_site`: read; hosted/stdio
|
|
120
|
+
- `wordpress_get_activity`: read; native + hosted
|
|
121
|
+
- `wordpress_get_builder_info`: read; native + hosted
|
|
122
|
+
- `wordpress_get_builder_inline_schemas`: read; native + hosted
|
|
123
|
+
- `wordpress_get_comment`: read; native + hosted
|
|
124
|
+
- `wordpress_get_core_web_vitals`: read; native + hosted
|
|
125
|
+
- `wordpress_get_custom_post`: read; native + hosted
|
|
126
|
+
- `wordpress_get_design_apply_reports`: read; native + hosted
|
|
127
|
+
- `wordpress_get_design_direction`: read; native + hosted
|
|
128
|
+
- `wordpress_get_divi_migration_readiness`: read; native + hosted
|
|
129
|
+
- `wordpress_get_media`: read; native + hosted
|
|
130
|
+
- `wordpress_get_menu`: read; native + hosted
|
|
131
|
+
- `wordpress_get_menu_item`: read; native + hosted
|
|
132
|
+
- `wordpress_get_option`: read; native + hosted
|
|
133
|
+
- `wordpress_get_page_outline`: read; native + hosted
|
|
134
|
+
- `wordpress_get_playbook`: read; hosted/stdio
|
|
135
|
+
- `wordpress_get_post_type`: read; native + hosted
|
|
136
|
+
- `wordpress_get_review_comment`: read; native + hosted
|
|
137
|
+
- `wordpress_get_server_compatibility`: read; native + hosted
|
|
138
|
+
- `wordpress_get_site_context`: read; native + hosted
|
|
139
|
+
- `wordpress_get_site_navigation`: read; native + hosted
|
|
140
|
+
- `wordpress_get_site_pattern`: read; native + hosted
|
|
141
|
+
- `wordpress_get_site_template`: read; native + hosted
|
|
142
|
+
- `wordpress_get_snapshot`: read; native + hosted
|
|
143
|
+
- `wordpress_get_taxonomy`: read; native + hosted
|
|
144
|
+
- `wordpress_get_term`: read; native + hosted
|
|
145
|
+
- `wordpress_get_theme_docs`: read; native + hosted
|
|
146
|
+
- `wordpress_get_translations`: read; native + hosted
|
|
147
|
+
- `wordpress_get_user`: read; native + hosted
|
|
148
|
+
- `wordpress_import_design_tokens`: write; native + hosted
|
|
149
|
+
- `wordpress_inject_builder_content`: write; native + hosted
|
|
150
|
+
- `wordpress_install_plugin`: write; native + hosted
|
|
151
|
+
- `wordpress_invoke_ability`: write; hosted/stdio
|
|
152
|
+
- `wordpress_list_accessibility_scans`: read; native + hosted
|
|
153
|
+
- `wordpress_list_acf_field_groups`: read; native + hosted
|
|
154
|
+
- `wordpress_list_activity`: read; native + hosted
|
|
155
|
+
- `wordpress_list_comments`: read; native + hosted
|
|
156
|
+
- `wordpress_list_custom_post_types`: read; native + hosted
|
|
157
|
+
- `wordpress_list_custom_posts`: read; native + hosted
|
|
158
|
+
- `wordpress_list_custom_taxonomies`: read; native + hosted
|
|
159
|
+
- `wordpress_list_design_directions`: read; native + hosted
|
|
160
|
+
- `wordpress_list_design_tokens`: read; native + hosted
|
|
161
|
+
- `wordpress_list_divi_presets`: read; native + hosted
|
|
162
|
+
- `wordpress_list_media`: read; native + hosted
|
|
163
|
+
- `wordpress_list_memory`: read; native + hosted
|
|
164
|
+
- `wordpress_list_menu_items`: read; native + hosted
|
|
165
|
+
- `wordpress_list_menu_locations`: read; native + hosted
|
|
166
|
+
- `wordpress_list_menus`: read; native + hosted
|
|
167
|
+
- `wordpress_list_options`: read; native + hosted
|
|
168
|
+
- `wordpress_list_pages`: read; native + hosted
|
|
169
|
+
- `wordpress_list_playbooks`: read; hosted/stdio
|
|
170
|
+
- `wordpress_list_plugins`: read; native + hosted
|
|
171
|
+
- `wordpress_list_post_types`: read; native + hosted
|
|
172
|
+
- `wordpress_list_posts`: read; native + hosted
|
|
173
|
+
- `wordpress_list_review_comments`: read; native + hosted
|
|
174
|
+
- `wordpress_list_review_links`: read; native + hosted
|
|
175
|
+
- `wordpress_list_site_navigations`: read; native + hosted
|
|
176
|
+
- `wordpress_list_site_patterns`: read; native + hosted
|
|
177
|
+
- `wordpress_list_site_templates`: read; native + hosted
|
|
178
|
+
- `wordpress_list_sites`: read; hosted/stdio
|
|
179
|
+
- `wordpress_list_snapshots`: read; native + hosted
|
|
180
|
+
- `wordpress_list_taxonomies`: read; native + hosted
|
|
181
|
+
- `wordpress_list_terms`: read; native + hosted
|
|
182
|
+
- `wordpress_list_theme_builder_templates`: read; native + hosted
|
|
183
|
+
- `wordpress_list_users`: read; native + hosted
|
|
184
|
+
- `wordpress_make_responsive`: read; native + hosted
|
|
185
|
+
- `wordpress_mint_design_preview`: read; native + hosted
|
|
186
|
+
- `wordpress_move_element`: write; native + hosted
|
|
187
|
+
- `wordpress_purge_cache`: write; native + hosted
|
|
188
|
+
- `wordpress_read_page`: read; native + hosted
|
|
189
|
+
- `wordpress_read_post`: read; native + hosted
|
|
190
|
+
- `wordpress_read_theme_file`: read; native + hosted
|
|
191
|
+
- `wordpress_redeem_token`: write; hosted/stdio
|
|
192
|
+
- `wordpress_remember`: read; native + hosted
|
|
193
|
+
- `wordpress_remove_element`: write; native + hosted
|
|
194
|
+
- `wordpress_reorder_elements`: write; native + hosted
|
|
195
|
+
- `wordpress_reply_to_review_comment`: write; native + hosted
|
|
196
|
+
- `wordpress_report_issue`: read; hosted/stdio
|
|
197
|
+
- `wordpress_reset_site_template`: write; native + hosted
|
|
198
|
+
- `wordpress_resolve_divi_preset`: read; native + hosted
|
|
199
|
+
- `wordpress_resolve_review_comment`: write; native + hosted
|
|
200
|
+
- `wordpress_restore_session`: write; native + hosted
|
|
201
|
+
- `wordpress_restore_snapshot`: write; native + hosted
|
|
202
|
+
- `wordpress_revoke_application_password`: write; native + hosted
|
|
203
|
+
- `wordpress_revoke_review_link`: write; native + hosted
|
|
204
|
+
- `wordpress_run_pagespeed_audit`: read; native + hosted
|
|
205
|
+
- `wordpress_run_security_audit`: read; native + hosted
|
|
206
|
+
- `wordpress_save_design_direction`: write; native + hosted
|
|
207
|
+
- `wordpress_save_divi_library_item`: write; native + hosted
|
|
208
|
+
- `wordpress_scan_page_accessibility`: read; native + hosted
|
|
209
|
+
- `wordpress_search_abilities`: read; native + hosted
|
|
210
|
+
- `wordpress_search_docs`: read; hosted/stdio
|
|
211
|
+
- `wordpress_search_stock_images`: read; native + hosted
|
|
212
|
+
- `wordpress_sideload_image`: write; native + hosted
|
|
213
|
+
- `wordpress_switch_site`: write; native + hosted
|
|
214
|
+
- `wordpress_update_acf_field_group`: write; native + hosted
|
|
215
|
+
- `wordpress_update_comment`: write; native + hosted
|
|
216
|
+
- `wordpress_update_core_security`: write; native + hosted
|
|
217
|
+
- `wordpress_update_custom_post`: write; native + hosted
|
|
218
|
+
- `wordpress_update_design_token`: write; native + hosted
|
|
219
|
+
- `wordpress_update_element`: write; native + hosted
|
|
220
|
+
- `wordpress_update_media`: write; native + hosted
|
|
221
|
+
- `wordpress_update_media_batch`: write; native + hosted
|
|
222
|
+
- `wordpress_update_menu`: write; native + hosted
|
|
223
|
+
- `wordpress_update_menu_item`: write; native + hosted
|
|
224
|
+
- `wordpress_update_module`: write; native + hosted
|
|
225
|
+
- `wordpress_update_option`: write; native + hosted
|
|
226
|
+
- `wordpress_update_page`: write; native + hosted
|
|
227
|
+
- `wordpress_update_playbook`: write; hosted/stdio
|
|
228
|
+
- `wordpress_update_plugin`: write; native + hosted
|
|
229
|
+
- `wordpress_update_post`: write; native + hosted
|
|
230
|
+
- `wordpress_update_post_type`: write; native + hosted
|
|
231
|
+
- `wordpress_update_site_navigation`: write; native + hosted
|
|
232
|
+
- `wordpress_update_site_pattern`: write; native + hosted
|
|
233
|
+
- `wordpress_update_site_template`: write; native + hosted
|
|
234
|
+
- `wordpress_update_taxonomy`: write; native + hosted
|
|
235
|
+
- `wordpress_update_term`: write; native + hosted
|
|
236
|
+
- `wordpress_update_theme`: write; native + hosted
|
|
237
|
+
- `wordpress_update_theme_builder_template`: write; native + hosted
|
|
238
|
+
- `wordpress_update_translation`: write; native + hosted
|
|
239
|
+
- `wordpress_update_user`: write; native + hosted
|
|
240
|
+
- `wordpress_upload_media`: write; native + hosted
|
|
241
|
+
- `wordpress_upsert_divi_presets`: write; native + hosted
|
|
242
|
+
- `wordpress_validate_security`: read; native + hosted
|
|
243
|
+
- `wordpress_write_theme_file`: read; native + hosted
|
|
212
244
|
|
|
213
245
|
## WooCommerce add-on
|
|
214
246
|
|
|
215
|
-
- `woocommerce_add_low_stock_badge
|
|
216
|
-
- `woocommerce_add_order_note
|
|
217
|
-
- `woocommerce_add_sale_badge
|
|
218
|
-
- `woocommerce_add_subscription_note
|
|
219
|
-
- `woocommerce_agent_orders_report
|
|
220
|
-
- `woocommerce_analyze_product_page
|
|
221
|
-
- `woocommerce_analyze_shop_page
|
|
222
|
-
- `woocommerce_analyze_storefront_card
|
|
223
|
-
- `woocommerce_bulk_update_prices
|
|
224
|
-
- `woocommerce_bulk_update_products
|
|
225
|
-
- `woocommerce_bulk_update_stock
|
|
226
|
-
- `woocommerce_catalog_ai_readiness
|
|
227
|
-
- `woocommerce_catalog_health
|
|
228
|
-
- `woocommerce_configurator_status
|
|
229
|
-
- `woocommerce_configure_feed
|
|
230
|
-
- `woocommerce_create_brand
|
|
231
|
-
- `woocommerce_create_cart_link
|
|
232
|
-
- `woocommerce_create_category
|
|
233
|
-
- `woocommerce_create_coupon
|
|
234
|
-
- `woocommerce_create_customer
|
|
235
|
-
- `woocommerce_create_global_attribute
|
|
236
|
-
- `woocommerce_create_order_refund
|
|
237
|
-
- `woocommerce_create_product
|
|
238
|
-
- `woocommerce_create_tag
|
|
239
|
-
- `woocommerce_create_variation
|
|
240
|
-
- `woocommerce_create_webhook
|
|
241
|
-
- `woocommerce_customers_summary
|
|
242
|
-
- `woocommerce_delete_brand
|
|
243
|
-
- `woocommerce_delete_category
|
|
244
|
-
- `woocommerce_delete_tag
|
|
245
|
-
- `woocommerce_delete_webhook
|
|
246
|
-
- `woocommerce_duplicate_product
|
|
247
|
-
- `woocommerce_find_low_stock
|
|
248
|
-
- `woocommerce_find_product
|
|
249
|
-
- `woocommerce_generate_feed
|
|
250
|
-
- `woocommerce_generate_variations
|
|
251
|
-
- `woocommerce_get_booking
|
|
252
|
-
- `woocommerce_get_brand
|
|
253
|
-
- `woocommerce_get_category
|
|
254
|
-
- `woocommerce_get_configurator_attribute_items
|
|
255
|
-
- `woocommerce_get_feed_status
|
|
256
|
-
- `woocommerce_get_membership
|
|
257
|
-
- `woocommerce_get_order
|
|
258
|
-
- `woocommerce_get_order_refunds
|
|
259
|
-
- `woocommerce_get_plugin_state
|
|
260
|
-
- `woocommerce_get_product
|
|
261
|
-
- `woocommerce_get_product_configurator
|
|
262
|
-
- `woocommerce_get_stock_status
|
|
263
|
-
- `woocommerce_get_store_configuration
|
|
264
|
-
- `woocommerce_get_subscription
|
|
265
|
-
- `woocommerce_get_tag
|
|
266
|
-
- `woocommerce_get_webhook
|
|
267
|
-
- `woocommerce_list_bookings
|
|
268
|
-
- `woocommerce_list_brands
|
|
269
|
-
- `woocommerce_list_categories
|
|
270
|
-
- `woocommerce_list_configurator_attributes
|
|
271
|
-
- `woocommerce_list_coupons
|
|
272
|
-
- `woocommerce_list_membership_plans
|
|
273
|
-
- `woocommerce_list_memberships
|
|
274
|
-
- `woocommerce_list_orders
|
|
275
|
-
- `woocommerce_list_payment_gateways
|
|
276
|
-
- `woocommerce_list_products
|
|
277
|
-
- `woocommerce_list_products_advanced
|
|
278
|
-
- `woocommerce_list_shipping_zones
|
|
279
|
-
- `woocommerce_list_subscriptions
|
|
280
|
-
- `woocommerce_list_tags
|
|
281
|
-
- `woocommerce_list_tax_rates
|
|
282
|
-
- `woocommerce_list_webhooks
|
|
283
|
-
- `woocommerce_orders_summary
|
|
284
|
-
- `woocommerce_product_ai_readiness
|
|
285
|
-
- `woocommerce_readiness_fixlist
|
|
286
|
-
- `woocommerce_repair_feed_scheduler
|
|
287
|
-
- `woocommerce_reschedule_booking
|
|
288
|
-
- `woocommerce_revenue_summary
|
|
289
|
-
- `woocommerce_revert_pricing
|
|
290
|
-
- `
|
|
291
|
-
- `
|
|
292
|
-
- `
|
|
293
|
-
- `
|
|
294
|
-
- `
|
|
295
|
-
- `
|
|
296
|
-
- `
|
|
297
|
-
- `
|
|
298
|
-
- `
|
|
299
|
-
- `
|
|
300
|
-
- `
|
|
301
|
-
- `
|
|
302
|
-
- `
|
|
303
|
-
- `
|
|
304
|
-
- `
|
|
305
|
-
- `
|
|
306
|
-
- `
|
|
307
|
-
- `
|
|
308
|
-
- `
|
|
309
|
-
- `
|
|
310
|
-
- `
|
|
311
|
-
- `
|
|
312
|
-
- `
|
|
313
|
-
- `
|
|
314
|
-
- `
|
|
315
|
-
- `
|
|
316
|
-
- `
|
|
317
|
-
- `
|
|
318
|
-
- `
|
|
319
|
-
|
|
247
|
+
- `woocommerce_add_low_stock_badge`: write; native + hosted
|
|
248
|
+
- `woocommerce_add_order_note`: write; native + hosted
|
|
249
|
+
- `woocommerce_add_sale_badge`: write; native + hosted
|
|
250
|
+
- `woocommerce_add_subscription_note`: write; native + hosted
|
|
251
|
+
- `woocommerce_agent_orders_report`: read; native + hosted
|
|
252
|
+
- `woocommerce_analyze_product_page`: read; native + hosted
|
|
253
|
+
- `woocommerce_analyze_shop_page`: read; native + hosted
|
|
254
|
+
- `woocommerce_analyze_storefront_card`: read; native + hosted
|
|
255
|
+
- `woocommerce_bulk_update_prices`: write; native + hosted
|
|
256
|
+
- `woocommerce_bulk_update_products`: write; native + hosted
|
|
257
|
+
- `woocommerce_bulk_update_stock`: write; native + hosted
|
|
258
|
+
- `woocommerce_catalog_ai_readiness`: read; native + hosted
|
|
259
|
+
- `woocommerce_catalog_health`: read; native + hosted
|
|
260
|
+
- `woocommerce_configurator_status`: read; native + hosted
|
|
261
|
+
- `woocommerce_configure_feed`: write; native + hosted
|
|
262
|
+
- `woocommerce_create_brand`: write; native + hosted
|
|
263
|
+
- `woocommerce_create_cart_link`: write; native + hosted
|
|
264
|
+
- `woocommerce_create_category`: write; native + hosted
|
|
265
|
+
- `woocommerce_create_coupon`: write; native + hosted
|
|
266
|
+
- `woocommerce_create_customer`: write; native + hosted
|
|
267
|
+
- `woocommerce_create_global_attribute`: write; native + hosted
|
|
268
|
+
- `woocommerce_create_order_refund`: write; native + hosted
|
|
269
|
+
- `woocommerce_create_product`: write; native + hosted
|
|
270
|
+
- `woocommerce_create_tag`: write; native + hosted
|
|
271
|
+
- `woocommerce_create_variation`: write; native + hosted
|
|
272
|
+
- `woocommerce_create_webhook`: write; native + hosted
|
|
273
|
+
- `woocommerce_customers_summary`: read; native + hosted
|
|
274
|
+
- `woocommerce_delete_brand`: write; native + hosted
|
|
275
|
+
- `woocommerce_delete_category`: write; native + hosted
|
|
276
|
+
- `woocommerce_delete_tag`: write; native + hosted
|
|
277
|
+
- `woocommerce_delete_webhook`: write; native + hosted
|
|
278
|
+
- `woocommerce_duplicate_product`: write; native + hosted
|
|
279
|
+
- `woocommerce_find_low_stock`: read; native + hosted
|
|
280
|
+
- `woocommerce_find_product`: read; native + hosted
|
|
281
|
+
- `woocommerce_generate_feed`: write; native + hosted
|
|
282
|
+
- `woocommerce_generate_variations`: write; native + hosted
|
|
283
|
+
- `woocommerce_get_booking`: read; native + hosted
|
|
284
|
+
- `woocommerce_get_brand`: read; native + hosted
|
|
285
|
+
- `woocommerce_get_category`: read; native + hosted
|
|
286
|
+
- `woocommerce_get_configurator_attribute_items`: read; native + hosted
|
|
287
|
+
- `woocommerce_get_feed_status`: read; native + hosted
|
|
288
|
+
- `woocommerce_get_membership`: read; native + hosted
|
|
289
|
+
- `woocommerce_get_order`: read; native + hosted
|
|
290
|
+
- `woocommerce_get_order_refunds`: read; native + hosted
|
|
291
|
+
- `woocommerce_get_plugin_state`: read; native + hosted
|
|
292
|
+
- `woocommerce_get_product`: read; native + hosted
|
|
293
|
+
- `woocommerce_get_product_configurator`: read; native + hosted
|
|
294
|
+
- `woocommerce_get_stock_status`: read; native + hosted
|
|
295
|
+
- `woocommerce_get_store_configuration`: read; native + hosted
|
|
296
|
+
- `woocommerce_get_subscription`: read; native + hosted
|
|
297
|
+
- `woocommerce_get_tag`: read; native + hosted
|
|
298
|
+
- `woocommerce_get_webhook`: read; native + hosted
|
|
299
|
+
- `woocommerce_list_bookings`: read; native + hosted
|
|
300
|
+
- `woocommerce_list_brands`: read; native + hosted
|
|
301
|
+
- `woocommerce_list_categories`: read; native + hosted
|
|
302
|
+
- `woocommerce_list_configurator_attributes`: read; native + hosted
|
|
303
|
+
- `woocommerce_list_coupons`: read; native + hosted
|
|
304
|
+
- `woocommerce_list_membership_plans`: read; native + hosted
|
|
305
|
+
- `woocommerce_list_memberships`: read; native + hosted
|
|
306
|
+
- `woocommerce_list_orders`: read; native + hosted
|
|
307
|
+
- `woocommerce_list_payment_gateways`: read; native + hosted
|
|
308
|
+
- `woocommerce_list_products`: read; native + hosted
|
|
309
|
+
- `woocommerce_list_products_advanced`: read; native + hosted
|
|
310
|
+
- `woocommerce_list_shipping_zones`: read; native + hosted
|
|
311
|
+
- `woocommerce_list_subscriptions`: read; native + hosted
|
|
312
|
+
- `woocommerce_list_tags`: read; native + hosted
|
|
313
|
+
- `woocommerce_list_tax_rates`: read; native + hosted
|
|
314
|
+
- `woocommerce_list_webhooks`: read; native + hosted
|
|
315
|
+
- `woocommerce_orders_summary`: read; native + hosted
|
|
316
|
+
- `woocommerce_product_ai_readiness`: read; native + hosted
|
|
317
|
+
- `woocommerce_readiness_fixlist`: read; native + hosted
|
|
318
|
+
- `woocommerce_repair_feed_scheduler`: write; native + hosted
|
|
319
|
+
- `woocommerce_reschedule_booking`: write; native + hosted
|
|
320
|
+
- `woocommerce_revenue_summary`: read; native + hosted
|
|
321
|
+
- `woocommerce_revert_pricing`: write; native + hosted
|
|
322
|
+
- `woocommerce_sales_timeseries`: read; native + hosted
|
|
323
|
+
- `woocommerce_schedule_sale`: write; native + hosted
|
|
324
|
+
- `woocommerce_set_configurator_attribute_items`: write; native + hosted
|
|
325
|
+
- `woocommerce_set_feed_category_mapping`: write; native + hosted
|
|
326
|
+
- `woocommerce_set_image_alt`: write; native + hosted
|
|
327
|
+
- `woocommerce_set_membership_end_date`: write; native + hosted
|
|
328
|
+
- `woocommerce_set_plugin_state`: write; native + hosted
|
|
329
|
+
- `woocommerce_set_product_attributes`: write; native + hosted
|
|
330
|
+
- `woocommerce_set_product_configurator`: write; native + hosted
|
|
331
|
+
- `woocommerce_set_variation_gallery`: write; native + hosted
|
|
332
|
+
- `woocommerce_test_webhook`: read; native + hosted
|
|
333
|
+
- `woocommerce_top_products`: read; native + hosted
|
|
334
|
+
- `woocommerce_update_booking_status`: write; native + hosted
|
|
335
|
+
- `woocommerce_update_brand`: write; native + hosted
|
|
336
|
+
- `woocommerce_update_category`: write; native + hosted
|
|
337
|
+
- `woocommerce_update_checkout_layout`: write; native + hosted
|
|
338
|
+
- `woocommerce_update_coupon`: write; native + hosted
|
|
339
|
+
- `woocommerce_update_customer`: write; native + hosted
|
|
340
|
+
- `woocommerce_update_membership_status`: write; native + hosted
|
|
341
|
+
- `woocommerce_update_order_status`: write; native + hosted
|
|
342
|
+
- `woocommerce_update_product`: write; native + hosted
|
|
343
|
+
- `woocommerce_update_product_card_layout`: write; native + hosted
|
|
344
|
+
- `woocommerce_update_stock`: write; native + hosted
|
|
345
|
+
- `woocommerce_update_storefront_card_field`: write; native + hosted
|
|
346
|
+
- `woocommerce_update_subscription_dates`: write; native + hosted
|
|
347
|
+
- `woocommerce_update_subscription_status`: write; native + hosted
|
|
348
|
+
- `woocommerce_update_tag`: write; native + hosted
|
|
349
|
+
- `woocommerce_update_webhook`: write; native + hosted
|
|
350
|
+
- `woocommerce_validate_feed`: read; native + hosted
|
|
351
|
+
|
|
352
|
+
## ACF (when Advanced Custom Fields is active)
|
|
353
|
+
|
|
354
|
+
- `respira_acf_add_flexible_layout`: write; hosted/stdio
|
|
355
|
+
- `respira_acf_add_repeater_row`: write; hosted/stdio
|
|
356
|
+
- `respira_acf_add_to_gallery`: write; hosted/stdio
|
|
357
|
+
- `respira_acf_bulk_get_fields`: write; hosted/stdio
|
|
358
|
+
- `respira_acf_bulk_update_fields`: write; hosted/stdio
|
|
359
|
+
- `respira_acf_clone_field_group`: read; hosted/stdio
|
|
360
|
+
- `respira_acf_clone_fields`: read; hosted/stdio
|
|
361
|
+
- `respira_acf_compare_fields`: read; hosted/stdio
|
|
362
|
+
- `respira_acf_count_repeater_rows`: read; hosted/stdio
|
|
363
|
+
- `respira_acf_create_field_group`: write; hosted/stdio
|
|
364
|
+
- `respira_acf_create_options_page`: write; hosted/stdio
|
|
365
|
+
- `respira_acf_delete_field`: write; hosted/stdio
|
|
366
|
+
- `respira_acf_delete_field_group`: write; hosted/stdio
|
|
367
|
+
- `respira_acf_delete_flexible_layout`: write; hosted/stdio
|
|
368
|
+
- `respira_acf_delete_option`: write; hosted/stdio
|
|
369
|
+
- `respira_acf_delete_repeater_row`: write; hosted/stdio
|
|
370
|
+
- `respira_acf_export_field_group`: read; hosted/stdio
|
|
371
|
+
- `respira_acf_export_options`: read; hosted/stdio
|
|
372
|
+
- `respira_acf_get_field`: read; hosted/stdio
|
|
373
|
+
- `respira_acf_get_field_group`: read; hosted/stdio
|
|
374
|
+
- `respira_acf_get_field_object`: read; hosted/stdio
|
|
375
|
+
- `respira_acf_get_fields`: read; hosted/stdio
|
|
376
|
+
- `respira_acf_get_flexible_content`: read; hosted/stdio
|
|
377
|
+
- `respira_acf_get_flexible_layout`: read; hosted/stdio
|
|
378
|
+
- `respira_acf_get_gallery`: read; hosted/stdio
|
|
379
|
+
- `respira_acf_get_option`: read; hosted/stdio
|
|
380
|
+
- `respira_acf_get_options`: read; hosted/stdio
|
|
381
|
+
- `respira_acf_get_post_object`: read; hosted/stdio
|
|
382
|
+
- `respira_acf_get_relationship`: read; hosted/stdio
|
|
383
|
+
- `respira_acf_get_repeater`: read; hosted/stdio
|
|
384
|
+
- `respira_acf_get_repeater_row`: read; hosted/stdio
|
|
385
|
+
- `respira_acf_get_reverse_relationships`: read; hosted/stdio
|
|
386
|
+
- `respira_acf_get_term_field`: read; hosted/stdio
|
|
387
|
+
- `respira_acf_get_user_field`: read; hosted/stdio
|
|
388
|
+
- `respira_acf_import_field_group`: write; hosted/stdio
|
|
389
|
+
- `respira_acf_list_field_groups`: read; hosted/stdio
|
|
390
|
+
- `respira_acf_list_options_pages`: read; hosted/stdio
|
|
391
|
+
- `respira_acf_remove_from_gallery`: write; hosted/stdio
|
|
392
|
+
- `respira_acf_reorder_flexible_layouts`: write; hosted/stdio
|
|
393
|
+
- `respira_acf_reorder_gallery`: write; hosted/stdio
|
|
394
|
+
- `respira_acf_reorder_repeater`: write; hosted/stdio
|
|
395
|
+
- `respira_acf_search_fields`: read; hosted/stdio
|
|
396
|
+
- `respira_acf_update_field`: write; hosted/stdio
|
|
397
|
+
- `respira_acf_update_field_group`: write; hosted/stdio
|
|
398
|
+
- `respira_acf_update_fields`: write; hosted/stdio
|
|
399
|
+
- `respira_acf_update_flexible_layout`: write; hosted/stdio
|
|
400
|
+
- `respira_acf_update_gallery`: write; hosted/stdio
|
|
401
|
+
- `respira_acf_update_option`: write; hosted/stdio
|
|
402
|
+
- `respira_acf_update_options`: write; hosted/stdio
|
|
403
|
+
- `respira_acf_update_relationship`: write; hosted/stdio
|
|
404
|
+
- `respira_acf_update_repeater_row`: write; hosted/stdio
|
|
405
|
+
- `respira_acf_update_term_field`: write; hosted/stdio
|
|
406
|
+
- `respira_acf_update_user_field`: write; hosted/stdio
|
|
407
|
+
- `respira_acf_validate_field`: read; hosted/stdio
|
|
408
|
+
|
|
409
|
+
## Bricks (on a Bricks site)
|
|
410
|
+
|
|
411
|
+
- `wordpress_apply_bricks_component`: write; hosted/stdio
|
|
412
|
+
- `wordpress_bricks_design_system`: read; hosted/stdio
|
|
413
|
+
- `wordpress_bricks_detect_acss`: read; hosted/stdio
|
|
414
|
+
- `wordpress_bricks_health_check`: read; hosted/stdio
|
|
415
|
+
- `wordpress_bricks_import_acss`: read; hosted/stdio
|
|
416
|
+
- `wordpress_bricks_import_design_tokens`: read; hosted/stdio
|
|
417
|
+
- `wordpress_bricks_insert_section_preset`: read; hosted/stdio
|
|
418
|
+
- `wordpress_bricks_lint_bem`: read; hosted/stdio
|
|
419
|
+
- `wordpress_bricks_list_section_presets`: read; hosted/stdio
|
|
420
|
+
- `wordpress_bricks_query_loops`: read; hosted/stdio
|
|
421
|
+
- `wordpress_bricks_scaffold_bem`: read; hosted/stdio
|
|
422
|
+
- `wordpress_bricks_style_profile`: read; hosted/stdio
|
|
423
|
+
- `wordpress_create_bricks_global_class`: write; hosted/stdio
|
|
424
|
+
- `wordpress_delete_bricks_global_class`: write; hosted/stdio
|
|
425
|
+
- `wordpress_get_bricks_color_palette`: read; hosted/stdio
|
|
426
|
+
- `wordpress_get_bricks_component`: read; hosted/stdio
|
|
427
|
+
- `wordpress_get_bricks_theme_styles`: read; hosted/stdio
|
|
428
|
+
- `wordpress_get_bricks_typography`: read; hosted/stdio
|
|
429
|
+
- `wordpress_list_bricks_components`: read; hosted/stdio
|
|
430
|
+
- `wordpress_list_bricks_global_classes`: read; hosted/stdio
|
|
431
|
+
- `wordpress_search_bricks_elements`: read; hosted/stdio
|
|
432
|
+
- `wordpress_update_bricks_color_palette`: write; hosted/stdio
|
|
433
|
+
- `wordpress_update_bricks_global_class`: write; hosted/stdio
|
|
434
|
+
- `wordpress_update_bricks_theme_styles`: write; hosted/stdio
|
|
435
|
+
- `wordpress_update_bricks_typography`: write; hosted/stdio
|
|
436
|
+
|
|
437
|
+
## Elementor (on an Elementor site)
|
|
438
|
+
|
|
439
|
+
- `wordpress_add_stock_image`: write; hosted/stdio
|
|
440
|
+
- `wordpress_elementor_add_custom_js`: read; hosted/stdio
|
|
441
|
+
- `wordpress_elementor_design_system`: read; hosted/stdio
|
|
442
|
+
- `wordpress_get_elementor_widget_schema`: read; hosted/stdio
|
|
443
|
+
- `wordpress_list_elementor_widgets`: read; hosted/stdio
|
|
444
|
+
- `wordpress_update_elementor_global_colors`: write; hosted/stdio
|
|
445
|
+
- `wordpress_update_elementor_global_typography`: write; hosted/stdio
|
|
446
|
+
- `wordpress_validate_elementor_json`: read; hosted/stdio
|
|
447
|
+
|
|
448
|
+
## Native connector only
|
|
449
|
+
|
|
450
|
+
- `wordpress_approve_duplicate`: write; native only
|
|
451
|
+
- `wordpress_detach_duplicate`: write; native only
|
|
452
|
+
- `wordpress_detect_page_builder`: read; native only
|
|
453
|
+
- `wordpress_read_custom_post_v2`: read; native only
|
|
454
|
+
- `wordpress_read_debug_log`: read; native only
|
|
455
|
+
- `wordpress_read_page_v2`: read; native only
|
|
456
|
+
- `wordpress_read_post_v2`: read; native only
|
|
457
|
+
- `wordpress_reject_duplicate`: write; native only
|
|
320
458
|
|