Should I host support forum on wordpress.org or my own website?

I have a WordPress plugin WP Pipes hosted at http://wordpress.org/plugins/wp-pipes/. I see that it is convenience for users to ask question right in the support page at http://wordpress.org/support/plugin/wp-pipes, but it will be a pain when we have lots of topics in there. Is there anyone here have experience about that? Should we offer support service … Read more

How to get a list of post types that “support” various things such as page-attributes?

When you register a post type you can pass an array of arguments that it “supports.” (For example, “page-attributes,” “author,” “editor,” etc.) I see that get_post_types has some args you can filter by, but how can I filter those that “support” specific features such as “page-attributes” or “author”? I realize I could run a loop … Read more

WordPress.org Support Forum API

WordPress.org provides several API end-points for data about themes and plugins. For example for plugins there is the plugin_api: https://developer.wordpress.org/reference/functions/plugins_api/ And the themes API: https://developer.wordpress.org/reference/functions/themes_api/ But, what about a Support API? The best option I have so far is to parse data from each forums RSS feed – for example: https://wordpress.org/support/rss/plugin/export-user-data But this returns the … Read more

Supporting older WordPress versions in a Plugin/Theme? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more