Plugin Directory

Changeset 2723461


Ignore:
Timestamp:
05/13/2022 04:49:57 PM (4 years ago)
Author:
odpsolutions
Message:

added static to the function keys

Location:
sky-systemz/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sky-systemz/trunk/class.SkySystemz-admin.php

    r2723454 r2723461  
    3838    }
    3939
    40     public function save_keys()
     40    public static function save_keys()
    4141    {
    4242        global $wpdb;
  • sky-systemz/trunk/class.SkySystemz.php

    r2723166 r2723461  
    11<?php
    22class SkySystemz {
    3     public function SS_plugin_activation() {
     3    public static function SS_plugin_activation() {
    44        global $wpdb;
    55        $charset_collate = $wpdb->get_charset_collate();
     
    3636    }
    3737
    38     public function SS_plugin_deactivation() {
     38    public static function SS_plugin_deactivation() {
    3939        global $wpdb;
    4040        $table_name = $wpdb->prefix . 'skysystemz_payment';
Note: See TracChangeset for help on using the changeset viewer.