Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Active plugins (31)
    Redux Framework by Team Redux – 3.6.18
    All-in-One WP Migration by ServMask – 7.19
    Payment Gateway Based Fees and Discounts for WooCommerce by Tyche Softwares – 2.6.1
    Classic Editor by WordPress Contributors – 1.5
    Custom Payment Gateways for WooCommerce by Tyche Softwares – 1.6.4
    WooCommerce Group Buy by wpgenie – 1.1.16 – Not tested with the active version of WooCommerce
    Health Check & Troubleshooting by The www.ads-software.com community – 1.4.4
    Jetpack by WordPress.com by Automattic – 8.4.2
    KingComposer by King-Theme – 2.9.2
    LiteSpeed Cache by LiteSpeed Technologies – 2.9.9.2
    Monitization by Igor Glavatskiy – 1.0
    One Click Demo Import by ProteusThemes – 2.5.2
    Popup Builder by Sygnoos – 3.66
    Regenerate Thumbnails by Alex Mills (Viper007Bond) – 3.1.3
    Smart Manager by StoreApps – 4.3.4 – Not tested with the active version of WooCommerce
    Tawk.to Live Chat by Tawkto – 0.4.2
    Checkout Field Editor for WooCommerce by ThemeHigh – 1.4.2
    WooCommerce Dynamic Pricing & Discounts with AI by RedefiningTheWeb – 1.4.2 – Not tested with the active version of WooCommerce
    Woo Total Sales by Sh Shanker – 3.1.3 – Not tested with the active version of WooCommerce
    WooCommerce Cost of Goods by SkyVerge – 2.9.5
    WooCommerce Name Your Price by Kathy Darling – 2.11.7
    WooCommerce Custom Payment Gateway by WPRuby – 1.3.2 – Not tested with the active version of WooCommerce
    WooCommerce PDF Invoices by Bas Elbers – 3.0.11 – Not tested with the active version of WooCommerce
    WooCommerce Services by Automattic – 1.23.0
    WooCommerce Local Pickup Plus by SkyVerge – 2.7.4 – Not tested with the active version of WooCommerce
    WooCommerce by Automattic – 4.0.1
    WP CLI Login Command Server by Evan Mattson – 1.2
    WP Mail SMTP by WPForms – 1.9.0
    WPForms Lite by WPForms – 1.5.9.5
    Smart Coupons for WooCommerce by WebToffee – 1.2.2
    Custom Product Tabs for WooCommerce by YIKES, Inc. – 1.7.1

    I have the same problem, not sure if this is caused by specific theme

    https://imgur.com/a/JHiChf9

    Thread Starter jasonc123456

    (@jasonc123456)

    Thanks for the quick updates for the plugin.

    it may not works for everyone after I changed the code as it only applies to English WordPress site

    you should change the following code to make it works(
    The directory that the file located should be:/public_html/wp-content/plugins/wp-downgrade/wp-downgrade.php

    change the following code(Line 118-151):
    global $wp_version;
    // If current version is target version then stop
    if ( version_compare( $wp_version, $dg_version ) == 0 ) {
    return;
    } //https://downloads.www.ads-software.com/release/de_DE/wordpress-4.5.zip
    $updates->updates[0]->download = “https://www.ads-software.com/wordpress-“.$dg_version.”.zip”;
    $updates->updates[0]->packages->full = “https://www.ads-software.com/wordpress-“.$dg_version.”.zip”;
    $updates->updates[0]->packages->no_content = ”;
    $updates->updates[0]->packages->new_bundled = ”;
    $updates->updates[0]->current = $dg_version;

    return $updates;
    }

    function wpdg_urlcheck($url) {
    if (($url == ”) || ($url == null)) { return false; }
    $response = wp_remote_head( $url, array( ‘timeout’ => 5 ) );
    $accepted_status_codes = array( 200, 301, 302 );
    if ( ! is_wp_error( $response ) && in_array( wp_remote_retrieve_response_code( $response ), $accepted_status_codes ) ) {
    return true;
    }
    return false;
    }

    function wpdg_get_url($version) {
    $sprache = get_locale().’/’;
    if ($sprache == ‘en_US/’){
    $sprache = ”;
    };
    $url = “https://www.ads-software.com/wordpress-“.$version.”.zip”;
    return $url;
    }

    ?>

    • This reply was modified 6 years, 2 months ago by jasonc123456.
Viewing 5 replies - 1 through 5 (of 5 total)