I installed Flutter and set up Android Studio. Then I cloned an example of flutter on GitHub (https://github.com/flutter/flutter) and launched it in Android Studio, but it warns me “Dart...
  • May 18, 2022
  • 0 Comments
I’m working on a theme right now that gives the admin the possibility to set different texts that are used within the theme, by configuring them in the admin...
  • May 17, 2022
  • 0 Comments
My Server Env for a wordpress site is as follows: ---------- --------- ------------- | Client | <-- HTTPS --> | Proxy | <-- HTTP --> | WordPress | ----------...
  • May 15, 2022
  • 0 Comments
I have come across the following code in a new clients existing website in wp-config.php define('AUTH_KEY', 'put your unique phrase here'); define('SECURE_AUTH_KEY', 'put your unique phrase here'); define('LOGGED_IN_KEY', 'put...
  • May 14, 2022
  • 0 Comments