Not working unfortunately. I tried also with default Storefront theme, no luck. When I hit save as a shop manager, images are gone.
I have this in my functions.php:
add_filter( 'wppopups/manage_capability', function(){ return 'manage_woocommerce';} );
add_filter('wppopups_save_popup_args', function($popup){
remove_filter( 'content_save_pre', 'wp_filter_post_kses' );
return $popup;
});
-
This reply was modified 2 years, 1 month ago by imagic.