Viewing 1 replies (of 1 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hi @sauron4u,

    Thank you for your message.

    Please add the following filter to your functions.php file in your theme directory:

    add_filter( 'webpc_source_directories', function ( $directories ) {
        $directories[] = 'peepso';
        return $directories;
    } );

    Best,
    Mateusz

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.