Changeset 3333129
- Timestamp:
- 07/23/2025 06:25:12 PM (8 months ago)
- Location:
- caledros-helper
- Files:
-
- 2 edited
-
tags/1.0.0/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
caledros-helper/tags/1.0.0/README.txt
r3333097 r3333129 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 11 11 12 Adds an Admin Menu were the user can remove the default block patterns and deactivatethe WordPress REST API for non-authenticated users.12 Adds an Admin Menu that lets the user remove the default block patterns. It also allows deactivating the WordPress REST API for non-authenticated users. 13 13 14 14 == Description == 15 15 16 This plugin creates a custom Admin Menu with two checkboxes .16 This plugin creates a custom Admin Menu with two checkboxes: 17 17 18 The first checkbox allows the user to remove the core block patterns from the Gutenberg editor. This feature can be activated or deactivated.18 * The first checkbox allows the user to remove the core block patterns from the Gutenberg editor. This feature can be activated or deactivated. 19 19 20 The second checkbox allows the user to deactivate the WordPress REST API for non-authenticated users. This feature can be activated or deactivated.20 * The second checkbox allows the user to deactivate the WordPress REST API for non-authenticated users. This feature can be activated or deactivated. 21 21 22 22 After plugin activation, both options will be disabled by default. … … 24 24 == Frequently Asked Questions == 25 25 26 = Can I deactivate the sefeatures? =26 = Can I deactivate the plugin features? = 27 27 Yes, both features can be easily deactivated from the custom Admin Menu added by the plugin. 28 28 -
caledros-helper/trunk/README.txt
r3333097 r3333129 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 11 11 12 Adds an Admin Menu were the user can remove the default block patterns and deactivatethe WordPress REST API for non-authenticated users.12 Adds an Admin Menu that lets the user remove the default block patterns. It also allows deactivating the WordPress REST API for non-authenticated users. 13 13 14 14 == Description == 15 15 16 This plugin creates a custom Admin Menu with two checkboxes .16 This plugin creates a custom Admin Menu with two checkboxes: 17 17 18 The first checkbox allows the user to remove the core block patterns from the Gutenberg editor. This feature can be activated or deactivated.18 * The first checkbox allows the user to remove the core block patterns from the Gutenberg editor. This feature can be activated or deactivated. 19 19 20 The second checkbox allows the user to deactivate the WordPress REST API for non-authenticated users. This feature can be activated or deactivated.20 * The second checkbox allows the user to deactivate the WordPress REST API for non-authenticated users. This feature can be activated or deactivated. 21 21 22 22 After plugin activation, both options will be disabled by default. … … 24 24 == Frequently Asked Questions == 25 25 26 = Can I deactivate the sefeatures? =26 = Can I deactivate the plugin features? = 27 27 Yes, both features can be easily deactivated from the custom Admin Menu added by the plugin. 28 28
Note: See TracChangeset
for help on using the changeset viewer.