Marco Buttarini
Marco Buttarini
Thanks timjacobi in the meantime I discovered instant_articles_should_submit_post filter, that can be used to add a metabox to control single article. Example: ``` add_filter("instant_articles_should_submit_post", "my_instant_articles_should_submit_post",10, 2); function my_instant_articles_should_submit_post($should_show, $IA_object){ if($should_show){...
Hi Rich, nobody is working on this feature, but if you make a pull request I'll merge it with pleasure
Thanks Tobias, we will merge it soon
can you expain better?