Explorar el Código

init skeleton

tags/V1.0
patrick hace 5 años
commit
843a54aa48
Se han modificado 1 ficheros con 24 adiciones y 0 borrados
  1. +24
    -0
      member.php

+ 24
- 0
member.php Ver fichero

@@ -0,0 +1,24 @@
<?php
/*
Plugin Name: Collecting Medal for membmers
Plugin URI: https://biukop.com.au/
Description: A backend for collecting memorial medal for HITxy Medal for 100 anuversary
Text Domain: member
Author: Patrick
Twitter: @lawipac
Author URI: https://lawipac.com/
Version: 1.0.1
License: GPL
Copyright: All rights reserved.
*/
namespace Member;
//require_once(dirname(__FILE__) . '/autoload.php');
require_once (ABSPATH . 'wp-includes/pluggable.php');

class Member{
public function __construct() {
}
}

$mm = new Member();

Cargando…
Cancelar
Guardar