I just
Disabled all plugins.
Then deleted the parsed post for a certain post in the database.
Disabled caching.
Loaded the post -> the embedded video was showing.
Deleted the parsed post from the database.
Turned on post caching.
Rebuilt the post cache.
The embedded video was not showing.
I have made plenty of mods to the code over the years. The thing is I very rarely run the post cache maintenance.
There are only two mods in class_bbcode.php and they should have no effect on the parser.
in class_bbcode.php, I see this:
PHP Code:
if ($this->registry->bbcodecache !== null) // get bbcodes from the datastore
Maybe the datastore is not up to date and the custom codes are never fetched from the db?
Where can I find the datastore? How do I flush it?