Hey, great plugin - using 1.2.1 as of right now. I managed to add UAM to a custom post type by adding the slug to line 47 of UamAccessHandler.class.php, but I was wondering if there was an easier/safer way to add custom post types?
Hey, great plugin - using 1.2.1 as of right now. I managed to add UAM to a custom post type by adding the slug to line 47 of UamAccessHandler.class.php, but I was wondering if there was an easier/safer way to add custom post types?
Thanks for the tip - it works but same question: is there a easier/better way of doing in. one that is safe for the next update ....
It would be nice to see an add_action() hook that could allow an override of the variable, but I'm not totally sure how easy that would be to implement inside a class like that.
You must log in to post.