How to translate the or/and url separator?

Hi @ptahaua

Thank you for your interest in the Filter Everything plugin.

There is no possibility to translate it to prevent any workability issues. But the function that responsible for it is laying in the src -> Settings -> Container.php on the line 76:

    public function getFilterService()
    {
        if (!isset($this->services['filterservice'])) {
            $this->addService('filterservice', new Filter( array( 'or' => '-or-', 'and' => '-and-' ) ));
        }
 
        return $this->getService('filterservice');
    }

You can change it to your needs.

Best Regards – Victor

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer