Changeset 2374377
- Timestamp:
- 09/03/2020 09:44:44 AM (6 years ago)
- File:
-
- 1 edited
-
wp-downgrade/tags/1.2.2/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-downgrade/tags/1.2.2/readme.txt
r2374350 r2374377 52 52 53 53 54 == Frequently Asked Questions == 54 = Q: Button for update/reinstall is not visible = 55 A: If there is no button for update/reinstall core on /wp-admin/update-core.php, this is being blocked by a custom code. Can be another plugin or your theme. Maybe you try something like this: 55 56 56 = Q: Warum gibt es hier keine FAQ's? = 57 A: Weil es bisher keine Fragen gab! :-) 57 1. Deactivate all other plugins 58 2. Switch to a standard theme 59 3. Remove this from wp-config: `define( 'WP_AUTO_UPDATE_CORE', false );` 60 4. Remove something like that from wp-config: `remove_action( 'init', 'wp_version_check' );` 61 5. Remove something like that from wp-config: `add_filter('pre_option_update_core','__return_null');` 62 6. Remove something like that from wp-config: `add_filter('pre_site_transient_update_core','__return_null');` 63 7. Remove "gd-system-plugin" from `/wp-content/mu-plugins/` 64 8. Remove the reference to `gd-config.php` in wp-config.php. 58 65 59 66
Note: See TracChangeset
for help on using the changeset viewer.