Skip to content
Snippets Groups Projects
Commit 34dc2d89 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

functions.php

parent 34254a77
No related branches found
No related tags found
No related merge requests found
[1.0.1] - 2019-09-06
# Added
* functions.php
* Disable images regenerations filter
[1.0.0] - 2019-08-20
# Added
* First version
<?php
/**
* Disable images regenerations
*/
add_filter( 'woocommerce_background_image_regeneration', '__return_false' );
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment