Problem: When creating a custom language switcher for TranslatePress: $arr = trp_custom_language_switcher(); $arr returns a multidimensional array with all necessary parameters to render a custom language switcher within a loop. In the frontend, however, when the foreign language was activated [...]Read
🤓 The technology shed
The technical docs and snippets are guides, templates and tools for web programmers. If you find something useful for your project, you are welcome to copy and use it...
Preparation: Homebrew should be installed Valet should be installed and running: https://laravel.com/docs/7.x/valet Browser Extension for PHPSTORM should be installed: https://www.jetbrains.com/help/phpstorm/browser-debugging-extensions.html gerry@webgarten ~ % brew install pecl gerry@webgarten ~ % pecl install xdebug If error message: Warning: mkdir(): File exists in System.php [...]Read