• Resolved reborn79

    (@reborn79)


    is it possible to add option whenever we edit a post, bot will send message. normally i need to edit old post time to time and i also update the old post time.

    btw thanks for the plugin 🙂

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

    (@nicolamustone)

    Automattic Happiness Engineer

    Hi @reborn79,
    sorry for the delay in the reply. You can change this by using the filter wp_discord_post_is_new_post.

    If this filter returns false then the post will not be published (by default this is what it does).

    hello nicola i’m so newbie with this, can you write the code so i only need to paste it?
    i already put this on fucntion.php, butt what i really need is to send message also when i updated the old post

    add_action( ‘publish_nonton’, array( WP_Discord_Post::instance()->post, ‘send’ ), 10, 2 );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Send messages everytime post update’ is closed to new replies.