mAAdhaTTah / wordpress-github-sync

A WordPress plugin to sync content with a GitHub repository (or Jekyll site)
https://wordpress.org/plugins/wp-github-sync/
GNU General Public License v3.0
613 stars 99 forks source link

Unable to backup Private Posts? #199

Closed mashirozx closed 6 years ago

mashirozx commented 6 years ago

Some posts I'm working on is in a private status, but seems these private posts unable to sync via this plugin?

mAAdhaTTah commented 6 years ago

Use the wpghs_whitelisted_post_statuses filter as defined here.

mashirozx commented 6 years ago

Do you mean I got to modify this plugin directly?

mAAdhaTTah commented 6 years ago

No, use a WordPress filter. And actually, I just remembered this is documented in the README here, which has some example code.

mashirozx commented 6 years ago

Got it,thank you