[wordpress插件] DMC MediaDMC媒体

wordpress 插件 文章 2020-04-20 09:21 485 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Create media players with optional download link by category or singly.

按类别或单个创建带有可选下载链接的媒体播放器。

I am a member and webmaster for a Barbershop Chorus and we rely heavily on learning

我是Barbershop Chorus的成员和网站管理员,我们严重依赖学习

tracks to learn and review songs.

学习和评论歌曲的曲目。

On the website, I created four pages, Bari, Bass, Lead, and Tenor

在网站上,我创建了四个页面,分别是Bari,Bass,Lead和Tenor

and with one shortcode, display all the learning tracks for that part.

并用一个简码显示该部分的所有学习轨迹。

It also works with mp4 videos.

它也可以用于mp4视频。

Features include:

功能包括:

* Upgrade Safe customization

*升级安全自定义

Customization

自定义

This plugin is built almost completely with PHP Objects.

该插件几乎完全由PHP Objects构建。

All of the obhects except dmcmedia.php can be inherited for customiztion.

可以继承除dmcmedia.php之外的所有对象进行自定义。

There are some rules for this:

为此有一些规则:

    • The customized object must be in the custom directory.
    • 自定义对象必须位于自定义目录中。

    • The filename must be _custom.php, i.e. gd_admin_custom.php
    • 文件名必须为_custom.php,即gd_admin_custom.php

    • The class must be named _custom and inherit , i.e class gd_core_custom inherits gd_core {.
    • 该类必须命名为_custom并继承,即 class gd_core_custom继承gd_core {

    • It should include a constructor that calls the parent constructor:
          

    • 它应该包含一个调用父构造函数的构造函数:
          

      function __construct() {
              

      函数__construct(){
              

      parent::__construct();
          

      parent :: __ construct();
          

      }

    • }

安装步骤

    1. Upload Plugin Directory to the /wp-content/plugins/ directory
    2. 将插件目录上传到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

下载地址
https://downloads.wordpress.org/plugin/dmc-media.3.2.zip
-EOF-

AI助手支持GPT4.0