add main.php
This commit is contained in:
13
main.php
Normal file
13
main.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin Name: Go Form Plugin
|
||||
* Description: Form plugin for Go players
|
||||
* Version: 0.03
|
||||
* Author: Nikola Petrov
|
||||
*/
|
||||
|
||||
if (!defined('ABSPATH'))
|
||||
exit;
|
||||
|
||||
// Load the actual plugin from the go-form-plugin directory
|
||||
require_once plugin_dir_path(__FILE__) . 'go-form-plugin/go-form-plugin.php';
|
||||
Reference in New Issue
Block a user