Images are not displayed
-
Hello team
,
Your plugin looks very nice and fast but in my case, the images are not displayed.
My images are not located in the standard WordPress/Woocommerce directories but on a subdomain.
All the other plugins I use recognise this perfectly, including a plugin I already use to convert a product page into a PDF file.For this, I use the following hook:
add_filter( ‘pre_option_upload_path’, function( $upload_path ) {
return ‘my_server_url’;
});
add_filter( ‘pre_option_upload_url_path’, function( $upload_url_path ) {
return ‘https://my_url’;
});Why doesn’t this work with your plugin?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Images are not displayed’ is closed to new replies.