=== Click Copy Code ===
Contributors: addonlogic
Tags: code, syntax highlight, copy to clipboard, shortcode, developer
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Renders code blocks with a copy-to-clipboard button and language label via [code] shortcode.

== Description ==

Wrap any code in `[code lang="php"]...[/code]` to display it in a styled dark block with a one-click copy button. Supports any language label and an optional filename title.

**Usage**

`[code lang="php" title="functions.php"]<?php echo "Hello"; ?>[/code]`

== Changelog ==

= 1.0.0 =
* Initial release
