Plugin Directory

Changeset 2374377


Ignore:
Timestamp:
09/03/2020 09:44:44 AM (6 years ago)
Author:
Reisetiger
Message:

Commit readme with FAQ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-downgrade/tags/1.2.2/readme.txt

    r2374350 r2374377  
    5252
    5353
    54 == Frequently Asked Questions ==
     54= Q: Button for update/reinstall is not visible =
     55A: 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:
    5556
    56 = Q: Warum gibt es hier keine FAQ's? =
    57 A: Weil es bisher keine Fragen gab! :-)
     571. Deactivate all other plugins
     582. Switch to a standard theme
     593. Remove this from wp-config: `define( 'WP_AUTO_UPDATE_CORE', false );`
     604. Remove something like that from wp-config: `remove_action( 'init', 'wp_version_check' );`
     615. Remove something like that from wp-config: `add_filter('pre_option_update_core','__return_null');`
     626. Remove something like that from wp-config: `add_filter('pre_site_transient_update_core','__return_null');`
     637. Remove "gd-system-plugin" from `/wp-content/mu-plugins/`
     648. Remove the reference to `gd-config.php` in wp-config.php.
    5865
    5966
Note: See TracChangeset for help on using the changeset viewer.