Widget Options Extended
by Genero · github.com/generoi/widget-options-extended · website
★ 0stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/generoi/widget-options-extended/archive/refs/heads/master.zipReadme
widget-options-extended
A wordpress plugin extending widget-options with a few extended options.
Note that this is built with Timber in mind. The classes aren't actually added to the widget but can be retrieved using:
WidgetOptionsExtended::get_widget_classes($this->extended_widget_opts);
Features
- Foundation grid classes
- Language filtering (WPML, Polylang)
Foundation Grid sytems
// Use Xy-grid rather than the default flex-grid.
add_filter('widget-options-extended/grid', function () {
return 'xy-grid';
});Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v2.1.0-alpha.1 | Jan 12, 2018 |
| 2.1.0-alpha | Jun 13, 2017 |
| v2.0.1 | Jun 12, 2017 |
| v2.0.0 | Apr 18, 2017 |
| v1.0.1 | Jan 11, 2017 |
| v1.0.0 | Dec 11, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.