[wordpress插件] Custom Bulk Actions自定义批量操作

wordpress 插件 文章 2020-04-07 11:40 612 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Currently WordPress doesn’t allow you to add custom bulk actions.

当前WordPress不允许您添加自定义批量操作。

See codex.

参见法典。

Adding them is super easy with this plugin.

使用此插件添加它们非常容易。

This is based on solution found here: http://www.skyverge.com/blog/add-custom-bulk-action/

这基于此处找到的解决方案:http://www.skyverge.com/blog/add-custom-bulk-action/

This plugin just makes it more easier to use.

该插件使它更易于使用。

Plugin adds a class named Seravo_Custom_Bulk_Action which you can use to easily define custom bulk actions.

插件添加了一个名为Seravo_Custom_Bulk_Action的类,可用于轻松定义自定义批量操作。

See documentation and examples here: https://github.com/Seravo/wp-custom-bulk-actions/

在此处查看文档和示例:https://github.com/Seravo/wp-custom-bulk-actions/

安装步骤

    1. Upload seravo-custom-bulk-action.php to the /wp-content/plugins/ directory.
    2. seravo-custom-bulk-action.php 上载到 / wp-content / plugins / 目录。

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

    5. Define bulk actions in your functions.php.

    6. 在functions.php中定义批量操作。

      See github for examples.

    7. 有关示例,请参见github。

下载地址
https://downloads.wordpress.org/plugin/custom-bulk-actions.zip
-EOF-

AI助手支持GPT4.0