Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author NextScripts

    (@nextscripts)

    Sorry, but we don’t have such hooks.

    Thread Starter Kudratullah

    (@mhamudul_hk)

    Thanks for your reply. i modify the plugin source to match the client requirement.
    i modified the nxs_snapPublishTo function and added the following line at the beginning:

    if($postArr->post_type == 'myPostType' && $postArr->post_parent > 0){
    	return;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘is there any hook before autoposting in social sites’ is closed to new replies.