BACK TO DIRECTORY

Indie49 Copy Post Link

by indie49

0.0
(0 ratings)

Adds a Copy link action to the rows of the admin lists of posts, pages, categories, tags, custom post types and custom taxonomies, alongside Edit, Quick Edit and View. One click puts the link on your clipboard, and the action turns green for a moment to confirm it.

Need many links? Tick the rows, choose Copy links in Bulk actions and press Apply. All their links are copied at once, one per line and in the order of the list, ready to paste into a spreadsheet, a message or a document.

  • Works with posts, pages and custom post types: the extra content types that themes and plugins add, such as products, events, recipes, portfolios or directory listings.
  • Works with categories, tags and custom taxonomies, such as product categories or event locations.
  • Shown only where the link is public and final: published, private and custom public statuses for content, and taxonomies with public archives.
  • No settings, no tracking, no ads and no external requests. Bulk copy runs in your browser without reloading the page.

For developers

Four filters. The first two receive the post, the last two the term:

  • indie49_copy_post_link_enabled decides whether the action is shown for a post.
  • indie49_copy_post_link_url changes the URL copied for a post.
  • indie49_copy_post_link_term_enabled decides whether the action is shown for a term.
  • indie49_copy_post_link_term_url changes the URL copied for a term.

Bulk copy uses the same links, so the filters apply to it too.

add_filter( 'indie49_copy_post_link_enabled', function ( $enabled, $post ) { return $enabled && 'product' !== $post->post_type; }, 10, 2 );

add_filter( 'indie49_copy_post_link_url', function ( $url, $post ) { return add_query_arg( 'utm_source', 'newsletter', $url ); }, 10, 2 );

Screenshots

Copy link sits next to the other row actions in the posts list.

Copy link sits next to the other row actions in the posts list.

The action turns green for a moment to confirm the link is on your clipboard.

The action turns green for a moment to confirm the link is on your clipboard.

Copy links in Bulk actions copies the links of all selected rows at once, one per line.

Copy links in Bulk actions copies the links of all selected rows at once, one per line.

Categories, tags and custom taxonomies get the same Copy link action.

Categories, tags and custom taxonomies get the same Copy link action.

Plugin Details

Active Installs
0
Total Downloads
0
Version
1.2.3
Requires WP
6.0
Requires PHP
7.4
Tested Up To
7.1
Added
2026-09-17
Last Updated
2026-09-17 11:14am GMT

Ratings

5
0
4
0
3
0
2
0
1
0