小智 14
要创建本地插件,您可以根据Moodle文档(https://docs.moodle.org/dev/Local_plugins)遵循以下文件夹结构-
local/
yourplugin/
db/
access.php
install.php
install.xml
lang/
en/
yourplugin.php
index.php
settings.php
version.php
Run Code Online (Sandbox Code Playgroud)