[ad_1]
[ad_2]
Hi, I am using mycred and I wonder how I can make it:
once a post of custom post type is created, a corresponding point type is automatically created.
And after automatically create a point type, I want those points to be automatically distributed to the user who create that post of custom post type.
Anyone know how to do this? Thanks in advance

Hi, you need to hook into the post creation process and use mycred_add to create a new point type. This requires adding custom code to your theme’s functions.php file or a custom plugin but there are others steps