My Text Shortcodes
开发者 |
plance
|
更新时间 |
2025年8月2日 18:34 |
PHP版本: |
4.0.0 及以上 |
WordPress版本: |
6.8 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
A lightweight plugin for creating and managing custom text shortcodes.
With this plugin, you can create an unlimited number of custom text shortcodes via the WordPress admin panel. Each shortcode can contain any text or HTML content, such as ads, banners, counters, or reusable blocks of content.
All created shortcodes are listed in an admin table for easy access and management.
Shortcodes are stored in a separate custom database table.
Each shortcode is automatically assigned a unique name in the format [mtsc-name-id]
, where mtsc-
is the default prefix to avoid conflicts with other shortcodes.
安装:
- Upload the plugin to the
/wp-content/plugins/
directory or install it via the WordPress plugin installer.
- Activate the plugin through the “Plugins” menu in WordPress.
- Navigate to the plugin page in the admin panel to start adding your shortcodes.
屏幕截图:
更新日志:
1.1.2
- Added support for installing a plugin for the multisite.
1.1.1
- Change labels.
- Fix security.
1.1.0
- Complete code refactoring.
1.0.2
- Added default
mtsc-
prefix to all shortcodes to avoid naming conflicts.
1.0.1
- Fixed pagination bug when searching shortcodes in the admin table.
1.0