Changeset 2576398
- Timestamp:
- 08/02/2021 11:02:23 AM (5 years ago)
- Location:
- widget-clone
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/nine3-clone-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
widget-clone
-
Property
svn:global-ignores
set to
.git
.gitignore
LICENSE
README.md
svnignore.txt
-
Property
svn:global-ignores
set to
-
widget-clone/trunk/README.txt
r2458431 r2576398 13 13 14 14 93digital’s widget duplicator plugin adds a ‘Clone’ link at the bottom of every widget. Simply click ‘Clone’ to make a copy of the widget that you can then drag and drop to another sidebar. 15 16 *NOTE:* 17 With the release of WordPress 5.8, the Widget area has had an overhaul and now uses it's own version of the Gutenberg editor. This sadly renders this plugin redundant as it is only built to work with the older widget area, plus the new area comes with widget duplication functionality as standard. 18 19 To keep using the old widget area and this plugin, please add `remove_theme_support( 'widgets-block-editor' )` to the active theme's functions.php file. You should only do this if you know what you are doing! 15 20 16 21 == Installation == … … 32 37 == Changelog == 33 38 39 = 1.1.4 = 40 * Tested with WordPress v5.8. Used the required remove_theme_support() hook to revert back to the old widget area. 41 34 42 = 1.1.3 = 35 43 * Tested with WordPress v5.6 -
widget-clone/trunk/nine3-clone-widgets.php
r2458431 r2576398 2 2 /** 3 3 * Plugin Name: Widget Clone 4 * Version: 1.1. 34 * Version: 1.1.4 5 5 * Plugin URI: http://93digital.co.uk/ 6 6 * Description: Easily duplicate or clone a widget with all of its settings in just one click.
Note: See TracChangeset
for help on using the changeset viewer.