Hello,
I would like to ask you if there is a way to add a field into datastore query?
I mean every page you load, there is the Datastore Setup query
like:
https://vborg.vbsupport.ru/index.php?explain=1
Code:
SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache')
And I want to add something into it.
Like:
Code:
SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','mycustomfield')
Thank you for reading and hope you will help me