-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
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.
YLeight
Metadata
Metadata
Assignees
Labels
No labels