is there any hook before autoposting in social sites
-
i’m using NextScripts: Social Networks Auto-Poster (version 3.4.29) for posting my new wordpress post in facebook. but i don’t want to publish the child posts in social sites. is there any setting or action/filter for preventing the child post being published in social networks.
example::add_action('auto_post','my_func'); function my_func($post){ if($post->post_parent > 0) return false; }
https://www.ads-software.com/plugins/social-networks-auto-poster-facebook-twitter-g/
Viewing 2 replies - 1 through 2 (of 2 total)
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.