Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hey there.
Some widgets save custom css on
upload_dir/siteorigin-widgets/<somefile>.css.
I working with Amazon S3 + CloudFront and would like to know how can I upload those files this files automatically to S3.
In the file
siteorigin-widget.class.phpwe have
save_cssand
delete_css, but it has no way to inform via actions that a file was saved or deleted.
Could be somenthing like
do_action('siteorigin_widgets_after_save_css') do_action('siteorigin_widgets_after_delete_css')
Hi Lcssanches,
Unfortunately, this isn’t currently possible. I’ve submitted a PR for this and this should hopefully be possible in the next update.