2.构建你的第一个插件>>>Building your first plugin

  • 上次创建时间 Feb 20, 2025
  • 26
0 0
  • 以下是一个演示插件,可帮助您更清楚地了解。要安装该插件,请从这里下载
    The following is a demonstration plugin that can help you understand more clearly. To install this plugin, please download it from the attachment.
  • 创建一个具有唯一文件夹名称的插件。
    Create a plugin with a unique folder name.
  • 在插件文件夹的根目录创建一个 index.php 文件。
    Create an index.php file in the root directory of the plugin folder.
  • 将元数据添加到 index.php 文件,如下所示:
    Add metadata to the index.php file as follows:
<?php

//Prevent direct access
defined('PLUGINPATH') or exit('No direct script access allowed');

/*
Plugin Name: Your Plugin Name
Plugin URL: https://codecanyon.net/item/your_item
Description: Your plugin description
Version: 1.0
Requires at least: 2.8
Author: Author name
Author URL: https://codecanyon.net/user/author_url
*/               
意见: 26

最近的文章

  • 添加自定义字段>>>Add custom fields
    27
  • 设置通知>>>Set up notifications
    0
  • 更改应用主题>>>Change the app theme
    28
  • 自定义左侧菜单>>>Customize the left menu
    27
  • 自定义仪表板>>>Customize dashboards
    24

热门文章

  • CRM插件开发说明文档
    1.PASS CRM插件介绍>>>Plugin Introduction
    69
  • CRM插件开发说明文档
    3.插件中常见的工作流程>>>Common workflow...
    38
  • CRM插件开发说明文档
    6.插件最佳实践>>>Plugin Best Practices
    33
  • 更改应用主题>>>Change the app theme
    28
  • 添加自定义字段>>>Add custom fields
    27