Matthias Kittsteiner
Matthias Kittsteiner
Thank you, I will take a look into it. For my cookie method I also added the hosts accordingly since I wanted to use `wp_safe_redirect` here.
I’ll try 😅
Before creating a pull request, I want to make sure whether my current approach is valid at all in my current working version. The current version is limited due to...
We have currently around 1.500 sites in a multisite in 16 different shards, so roughly 16.500 tables. The problem I try to solve is that any global `db` operation fails...
@pfefferle What would be the best shortcode name for it? Maybe something like `[ap_short_description]` or `[ap_main]` (the latter comes from the part of `get_extended()`, which I would be using in...
As addition: take a look into [`dbDelta`](https://developer.wordpress.org/reference/functions/dbdelta/)
I can only speak for myself, but the best way I found was to store the migration version as option and migrate the database depending on this option. See here:...
It’s not only pasting, also copying doesn’t work as expected. 1. Write "This is a test" as title 2. Mark the word "test" by double-clicking on it 3. Press ⌘...
I still have it on my list to create a pull request for it, but hadn’t yet the time to do so. 🥲
Since `franc` by default returns a list of potentially matching languages, the easiest way would be to just return a list of potential languages instead of a single language. That...