Skip to content

Export to GitHub not working #215

@brijbh

Description

@brijbh

Hi,
Hopefully someone will help!...
I set up the plugin as per the instructions, but have been trying for a week now, but no success in pushing to github.
No error message, have no clue. Anyone who can help...thanks in advance.

We do use custom doc types, which I have added like this

add_filter('wpghs_whitelisted_post_types', function ($supported_post_types) {
return array_merge($supported_post_types, array(
// add your custom post types here
'Docs'
));
});

@mAAdhaTTah could you plesae help....anything that I should check to see what could be wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions