安装插件后的基础文件
This commit is contained in:
10
plugin/demo/function.php
Normal file
10
plugin/demo/function.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* DEMO插件函数库
|
||||
*/
|
||||
|
||||
if (!function_exists('demo_test')) {
|
||||
function demo_test() {javascript:;
|
||||
echo 'demo_test function<br/>';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user