@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?post_type=lh-portfolio&#038;p=146668>
  a sioc:Post ;
  dc:title "LH Copy to Draft" ;
  dcterms:identifier 146668 ;
  dc:modified "2026-08-31T22:15:03Z"^^xsd:dateTime ;
  dc:created "2026-08-31T22:15:03Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-copy-to-draft/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """<p>Adds a single, no-configuration &#8220;Copy to draft&#8221; action for posts, pages, and custom post types. Selecting it creates a draft duplicate of the item and takes you straight to editing that draft.</p>
<p>By design this plugin has no settings screen and no options &#8212; it does one thing, decisively, for every applicable post type. Products (<code>product</code> post type) are excluded by default, via a filter.</p>
<h2>Key features</h2>
<ul>
<li>Bulk Action &#8220;Copy to draft&#8221; on every applicable post type&#8217;s list table &#8212; one item copied redirects straight to its edit screen; multiple items stay on the list table.</li>
<li>A <code>lh_copy_to_draft()</code> template tag and a &#8220;more&#8221; action modal link for single-post copying from the front end.</li>
<li>An MCP ability (<code>lh-copy-to-draft/copy-post</code>) for programmatic/agent-driven copying, supporting per-item custom overrides.</li>
<li>An extensibility hook (<code>lh_copy_to_draft_after_duplicate_post</code>) for plugins that store post-related data outside postmeta.</li>
</ul>
<h2>Install</h2>
<ol>
<li>Upload the <code>lh-copy-to-draft</code> directory to <code>/wp-content/plugins/</code>.</li>
<li>Activate through the Plugins menu.</li>
<li>No configuration required &#8212; the Bulk Action appears immediately.</li>
</ol>
<h2>Contents</h2>
<ul>
<li><a href="/portfolio/lh-copy-to-draft/how-it-works/">How it works</a></li>
<li><a href="/portfolio/lh-copy-to-draft/hooks-and-filters/">Hooks &amp; filters</a></li>
<li><a href="/portfolio/lh-copy-to-draft/mcp-ability/">MCP ability</a></li>
<li><a href="/portfolio/lh-copy-to-draft/changelog/">Changelog</a></li>
</ul>
"""^^rdf:XMLLiteral ;
  sioc:content """Adds a single, no-configuration &#8220;Copy to draft&#8221; action for posts, pages, and custom post types. Selecting it creates a draft duplicate of the item and takes you straight to editing that draft.
By design this plugin has no settings screen and no options &#8212; it does one thing, decisively, for every applicable post type. Products (product post type) are excluded by default, via a filter.
Key features

Bulk Action &#8220;Copy to draft&#8221; on every applicable post type&#8217;s list table &#8212; one item copied redirects straight to its edit screen; multiple items stay on the list table.
A lh_copy_to_draft() template tag and a &#8220;more&#8221; action modal link for single-post copying from the front end.
An MCP ability (lh-copy-to-draft/copy-post) for programmatic/agent-driven copying, supporting per-item custom overrides.
An extensibility hook (lh_copy_to_draft_after_duplicate_post) for plugins that store post-related data outside postmeta.

Install

Upload the lh-copy-to-draft directory to /wp-content/plugins/.
Activate through the Plugins menu.
No configuration required &#8212; the Bulk Action appears immediately.

Contents

How it works
Hooks &amp; filters
MCP ability
Changelog

""" ;
  sioc:topic <https://lhero.org/lh_portfolio-type/plugin/>, <https://lhero.org/?taxonomy=author&term=cap-1> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/lh_portfolio-type/plugin/> rdfs:seeAlso <https://lhero.org/lh_portfolio-type/plugin/?feed=lhrdf&format=turtle> .
<https://lhero.org/?taxonomy=author&term=cap-1> rdfs:seeAlso <https://lhero.org/?taxonomy=author&term=cap-1&feed=lhrdf&format=turtle> .
