Add to custom post type
-
I quickly hacked in supporting easy digital downloads via adding the following to just after
function print_check() {
.if(is_single() && get_post_type() == "download") { return $this->options['social_on_posts']; }
Thank you for the quick and easy plugin.
- The topic ‘Add to custom post type’ is closed to new replies.