Tag Archives: php

2019 November 14th - 1 min read

Clear expired/invalid data from wp2_icl_translations

I managed to clear out 18.000 unused / invalid rows from the ` wp2_icl_translations ` table, after realizing a lot of old/expired translations was present in the table. This can happen if you're doing huge import/exports to your site, or delete…

Read this article →
2021 August 29th - 1 min read

How to use Socialite with Lumen

So I am playing around with a hobby project in Lumen, and I had a few issues setting up Socialite with Lumen . Anyhow, as it often is with development, after a bit of persistence, I found a solution. All I really needed was to fetch user details…

Read this article →