• Resolved juanmag

    (@juanmag)


    I’m trying to automate some tasks on my site and wanted to ask if the Duplicate Post plugin supports WP-CLI. Is there a command to duplicate posts or run bulk duplication via CLI? If not yet, is this feature planned for a future release?

Viewing 1 replies (of 1 total)
  • Plugin Author rbplugins

    (@rbplugins)

    Yes, it’s possible! Our plugin supports WP-CLI, so you can automate duplication tasks directly from the command line.

    You can use the following command to duplicate one or multiple posts: wp rb-duplicate-post duplicate 3,4,8

    Just replace the numbers with the IDs of the posts you want to duplicate. The command accepts multiple IDs in a single request, which makes bulk duplication easy and efficient.

    If you need more advanced automation options, feel free to let us know, we’re continuing to expand the CLI toolkit in upcoming releases!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.