=== WebCut - URL Shortener === Contributors: your-name Tags: url shortener, links, redirect Requires at least: 6.0 Tested up to: 6.5 Requires PHP: 7.4 Stable tag: 1.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
== Description ==
WebCut is a WordPress plugin that lets site administrators create branded short links with a configurable prefix.
== Installation ==
- Copy the
webcutdirectory into your site’swp-content/pluginsfolder. - Activate WebCut - URL Shortener from Plugins → Installed Plugins.
- On activation the plugin will create a
wp_webcuttable (prefix will adjust to your site).
== Configuration ==
- Navigate to Settings → WebCut to choose the prefix applied to every short URL. The default prefix is
webcut. - The settings screen also lists every existing WebCut with options to open or delete entries.
== Usage ==
- Add the
[webcut]shortcode to any page or post. - Visit the page while logged in with a role that can manage options (typically Administrator).
- Enter the long destination URL and a custom slug, then select Make WebCut.
- Share the generated short URL shown in the success message.
== Managing WebCuts ==
- Review all existing short links from Settings → WebCut.
- Use the Delete button alongside an entry to remove it; the slug becomes available again immediately.
== Notes ==
- Only users with the
manage_optionscapability can create or delete WebCuts. - Short URLs follow the pattern
https://yoursite.com/<prefix>/<slug>and redirect with a 301 status code.