I want to make plugin that will trigger some PHP code when someone post new question. This is what I got for now:
https://pastebin.com/ydLCTQ48
So, as you can see I am trying to add code that will clear Facebook share cache immediately after question is published. I found FB share cache clear script on Github and now I want to implement that in Q2A plugin. I am beginner in PHP, so sorry if my code is silly. Or, maybe there is some another way to do that automatically?