Skip to content
Snippets Groups Projects

Dropshipping utf-8 encoding

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Krzysztof Dyszczyk
    Edited
    Dropshitting set encoding as utf-8.php 112 B
     add_filter('wpdesk_dropshipping_source_encoding', function ( string $encode ) {
        return 'UTF-8';
     }, 10, 1);
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment