API/Action to disable auto posting

Forums SNAP – WordPress Plugin Forums API/Action to disable auto posting

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #383183
    Parham
    Participant

      Hi,

      I’d like to to temporarily disable auto-posting before importing some posts with WP api / wp_insert_post(). I just want to make sure if removing the action nxs_snapLogPublishTo is the proper and safe way to do it:

      remove_action( 'transition_post_status', 'nxs_snapLogPublishTo', 10 );

      PS: I am using SNAP Pro MU

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.