-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changing the release file to be the proper one because I renamed the …
…wrong file
- Loading branch information
1 parent
3130f75
commit 17c4cc7
Showing
3 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
# turning off events manager google maps integration | ||
wp option update dbem_gmap_is_active 0 --autoload=no --allow-root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,39 @@ | ||
#!/bin/bash | ||
|
||
# turning off events manager google maps integration | ||
wp option update dbem_gmap_is_active 0 --autoload=no --allow-root | ||
# set widget order for all users | ||
wp option update fix_alt_text '{ | ||
"option": "fix_alt_text", | ||
"db_version": "1.7.0", | ||
"db_version_history": [], | ||
"access_tool_roles": [ | ||
"editor" | ||
], | ||
"access_settings_roles": [ | ||
"editor" | ||
], | ||
"debug": false, | ||
"blocks": [ | ||
"core/image", | ||
"core/media-text", | ||
"core/gallery" | ||
], | ||
"others": [ | ||
"Media Library" | ||
], | ||
"scan_post_types": [ | ||
"attachment", | ||
"page", | ||
"wp_block", | ||
"post", | ||
"wp_template_part", | ||
"wp_template" | ||
], | ||
"scan_taxonomies": [ | ||
"category", | ||
"post_tag", | ||
"wp_template_part_area", | ||
"wp_theme" | ||
], | ||
"scan_users": true, | ||
"site_id": 1 | ||
}' --format=json --allow-root |