What I want,
I have the featured question plugin which posts a pinned question by ID.
I want to make a cron job, to insert the question to the database and pin it as featured question.
I already solved the cron job for featured question setting, but I dunno how to add a question in the database for user "test". The user test is already created.
Thankyou