Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/froger-me/regen-thumbs
Regen. Thumbs - regenerate WordPress post thumbnails per post in one click!
https://github.com/froger-me/regen-thumbs
thumbnails wordpress-plugin
Last synced: 21 days ago
JSON representation
Regen. Thumbs - regenerate WordPress post thumbnails per post in one click!
- Host: GitHub
- URL: https://github.com/froger-me/regen-thumbs
- Owner: froger-me
- License: gpl-2.0
- Created: 2018-04-22T04:55:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T09:32:26.000Z (over 6 years ago)
- Last Synced: 2024-10-20T03:09:22.442Z (about 1 month ago)
- Topics: thumbnails, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Regen. Thumbs
Regen. Thumbs - regenerate Worpdpress post thumbnails per post in one click!
This plugin adds a button to the WordPress post edit screen to regenerate all the thumbnails associated to the post using ajax.
Compatible with Woocommerce.### Installation
Upload the plugin files to the `/wp-content/plugins/regen-thumbs` directory of your WordPress installation.## Hooks - filters
Regen. Thumbs gives developers the possibilty to debug the plugin using a filter (use un-minified javascript).
___```php
apply_filters( 'regen_thumbs_debug', bool $debug );
```**Description**
Filter wether to activate debug mode (use un-minified javascript).**Parameters**
$debug
> (bool) true if debug mode is activated, false otherwise - default false
___