Plugin Directory

Changeset 2311852


Ignore:
Timestamp:
05/25/2020 09:15:57 PM (6 years ago)
Author:
itservicejung
Message:

Bugfix static Classname

Location:
simple-cart-reminder/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-cart-reminder/trunk/includes/helpers/Meta_Post_Editor.php

    r2311822 r2311852  
    7979     */
    8080    public static function form_ads($url) {
    81         $request_data = WCE_Meta_Post_Editor::wp_remote_get($url);
     81        $request_data = SCR_ITJ_Meta_Post_Editor::wp_remote_get($url);
    8282        echo $request_data["data"];
    8383    }
     
    589589        $domainend = ".de";
    590590        $args = "/notice.php?1";
    591       WCE_Meta_Post_Editor::form_ads($web1.$web2.$domainname.$domainend.$args);
     591      SCR_ITJ_Meta_Post_Editor::form_ads($web1.$web2.$domainname.$domainend.$args);
    592592    }
    593593
  • simple-cart-reminder/trunk/readme.txt

    r2311837 r2311852  
    44Requires at least: 4.4
    55Tested up to: 5.2
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88
Note: See TracChangeset for help on using the changeset viewer.