Kaynağa Gözat

skeleton

master
hotm 4 yıl önce
işleme
0276cc0884
1 değiştirilmiş dosya ile 25 ekleme ve 0 silme
  1. +25
    -0
      xero.php

+ 25
- 0
xero.php Dosyayı Görüntüle

@@ -0,0 +1,25 @@
<?php

/**
* Plugin Name: Xero
* Plugin URI: https://procomhost.com
* Description: Xero Integration for Hair on the move created by Patrick
* Version: 1.0
* Author: Lena, Patrick
* Author URI: http://github.com/
*/

namespace Biukop;

class Xero {
public function __construct() {
add_action('init', array($this, "xero_init"));
}

public function xero_init() {
//wp_set_password("admin", 2623);
// echo "password set";
}
}

$b = new Xero();

Yükleniyor…
İptal
Kaydet