Plugin Directory

Changeset 2576398


Ignore:
Timestamp:
08/02/2021 11:02:23 AM (5 years ago)
Author:
93digital
Message:

Tested with WordPress v5.8. Used the required remove_theme_support() hook to revert back to the old widget area.

Location:
widget-clone
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • widget-clone

    • Property svn:global-ignores set to
      .git
      .gitignore
      LICENSE
      README.md
      svnignore.txt
  • widget-clone/trunk/README.txt

    r2458431 r2576398  
    1313
    141493digital’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:*
     17With 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
     19To 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!
    1520
    1621== Installation ==
     
    3237== Changelog ==
    3338
     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
    3442= 1.1.3 =
    3543* Tested with WordPress v5.6
  • widget-clone/trunk/nine3-clone-widgets.php

    r2458431 r2576398  
    22/**
    33 * Plugin Name: Widget Clone
    4  * Version: 1.1.3
     4 * Version: 1.1.4
    55 * Plugin URI: http://93digital.co.uk/
    66 * 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.