[wordpress插件] Advanced Pods Bulk Action高级Pod批量操作

wordpress 插件 文章 2020-02-08 12:40 602 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

Motivation for this plugin

此插件的动机

Pods is a powerful framework that transforms WordPress to a full blown CMS.

Pods是一个功能强大的框架,可将WordPress转换为功能完善的CMS。

Pods also provides an administration UI that allows you to manage these objects or “pods”.

Pods还提供了一个管理UI,使您可以管理这些对象或“ pods”。

However the bulk actions have a drawback, all the item ids are sent via HTTP GET.

但是,批量操作有一个缺点,所有商品ID均通过HTTP GET发送。

This works for many cases, specially when you are not displaying too many items in a single page, and when you want the bulk action to only be limited to items on that page.

这在许多情况下都适用,特别是当您在单个页面中不显示太多项目时,并且您希望批量操作仅限于该页面中的项目时。

But what if you want to delete all items in all pages ?

但是,如果要删除所有页面中的所有项目怎么办?

Or you need a bulk action that exports all the items to a CSV or PDF ?

或者您需要执行批量操作,将所有项目导出到CSV或PDF?

This plugin solves these cases.

该插件解决了这些情况。

Usage

用法

With this plugin you can mark bulk items on several pages and uses POST instead of GET.

使用此插件,您可以在多个页面上标记批量商品,并使用POST而不是GET。

After activation the plugin changes the form submission to HTTP POST and also starts tracking the checked items in session.

激活后,插件将表单提交更改为HTTP POST,并且还开始跟踪会话中的已检查项目。

You can move from page to page, mark items and then select a bulk action and click “Apply”.

您可以在页面之间移动,标记项目,然后选择一个批量操作并单击“应用”。

The action will happen on all selected items.

该操作将在所有选定项目上发生。

Doing a new search or clicking on the WordPress menu to display all items clears the items from session.

进行新搜索或单击WordPress菜单上显示所有项目的操作将从会话中清除这些项目。

The plugin works seamlessly with any custom bulk actions that you have developed for the pods.

该插件可与您为Pod开发的任何自定义批量操作无缝配合。

No code changes are needed

无需更改代码

Advanced Usage

高级用法

The plugin works seamlessly with any custom bulk actions that you have developed for the pods.

该插件可与您为Pod开发的任何自定义批量操作无缝配合。

No code changes are needed.

无需更改代码。

安装步骤

From your WordPress dashboard

从您的WordPress仪表板中

    1. Visit ‘Plugins > Add New’
    2. 访问“插件>添加新内容”

    3. Search for ‘Advanced Pods Bulk Action’
    4. 搜索“高级Pod批量操作”

    5. Activate Advanced Pods Bulk Action from your Plugins page.
    6. 从“插件”页面激活“高级Pod批量操作”。

    From WordPress.org

    来自WordPress.org

      1. Download Advanced Pods Bulk Action.
      2. 下载高级Pod批量操作。

      3. Upload the ‘advanced-pods-bulk-action’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
      4. 使用您喜欢的方法(ftp,sftp,scp等)将“ advanced-pods-bulk-action”目录上传到您的“ / wp-content / plugins /”目录

      5. Activate Advanced Pods Bulk Action from your Plugins page.
      6. 从“插件”页面激活“高级Pod批量操作”。

      From Github

      来自Github

        1. Just download the Zip file from our github repo ‘https://github.com/ipragmatech/advanced-pods-bulk-action/archive/master.zip’.
        2. 只需从我们的github存储库“ https://github.com/ipragmatech/advanced-pods-bulk-action/archive/master.zip”下载Zip文件。

        3. Upload the plugin to your WordPress installation either using the WordPress Dashboard or by unzipping the file in your plugins directory.

        4. 使用WordPress仪表板或通过在插件目录中解压缩文件将插件上传到WordPress安装中。

        5. Activate the plugin and you are good to go.
        6. 激活插件,一切顺利。

下载地址

https://downloads.wordpress.org/plugin/advanced-pods-bulk-action.zip

https://downloads.wordpress.org/plugin/advanced-pods-bulk-action.zip

-EOF-

AI助手支持GPT4.0