Argus WordPress Plugin
Support RequestDevelopment Direction Poll
Version 6.4.0
Version 6.4.0
  • About Plugin
  • Vote for Next Update
  • Installation Guide
    • Plugin Installation
    • Plugin Activation
    • Components
    • Translations
    • Discord
      • Discord Server Setup
      • Plugin Authentication
    • Twitch
      • Twitch API Setup
      • Plugin Authentication
  • Update Guide
    • Update from 5.x to 6.x
    • Replacing Default WP Widgets
    • Shortcode Name Changes
    • Custom Code Compatibility
    • Updates from WP Dashboard
  • Dashboard Widgets
    • Connections Status
  • General Functions
    • Discord
      • Publication Announcements
      • Woocommerce Order Announcement
      • Account Pages
      • Replacing Avatars and Profile Cover
      • Authorization in Comments
      • Authorization in Login Forms
      • Authorization Filters
      • Redirects
      • Roles Synchronization
      • Data Update from Discord Server
      • Manually Attaching Discord Profile
      • How to Find Discord IDs
    • Steam
      • Authorization in Comments
      • Authorization in Login Forms
      • Redirects
      • Manually Attaching Steam Profile
      • How to Find Steam IDs
    • Twitch
      • Authorization in Comments
      • Authorization in Login Forms
      • Data Update from Twitch Server
      • Manually Attaching Twitch Profile
      • How to Find Twitch Usernames
      • Streaming Overlay
  • Gutenberg Blocks
    • How to Find Blocks
    • Discord
      • Chat Messages Block
      • Scheduled Events Block
      • Default Discord Widget as Block
      • Members Count Block
      • Invite Banner Block
      • Invite Link Block
      • Sharing Button Block
      • Authorization Button Block
      • Connect Profile Button Block
      • Synchronize Profile Button Block
    • Steam
      • Authorization Button Block
    • Twitch
      • Authorization Button Block
      • Connect Profile Button Block
      • Schedule Block
      • Stream Countdown Block
      • Live Status Block
      • Chat Block
      • Current Stream Block
  • WordPress Shortcodes
    • Discord
      • Chat Shortcode
      • Scheduled Events Shortcode
      • Invite Banner Shortcode
      • Default Discord Widget as Shortcode
      • Members Count Shortcode
      • Discord ID Shortcode
      • Username Shortcode
      • Invite Link Shortcode
      • Authorization Button Shortcode
      • Connect Profile Button Shortcode
      • Synchronize Profile Button Shortcode
    • Steam
      • Authorization Button Shortcode
    • Twitch
      • Authorization Button Shortcode
      • Copy of Authorization Button Shortcode
      • Schedule Shortcode
      • Stream Countdown Shortcode
      • Live Status Shortcode
      • Followers Count Shortcode
      • Chat Shortcode
      • Current Stream Shortcode
  • Elementor Widgets
    • How to Find Widgets
    • Discord
      • Chat Messages Widget
      • Scheduled Events widget
      • Default Discord Widget
      • Members Count Widget
      • Invite Banner Widget
      • Invite Link Widget
      • Sharing Button Widget
      • Authorization Button Widget
      • Connect Profile Button Widget
      • Synchronize Profile Button Widget
    • Steam
      • Authorization Button Widget
    • Twitch
      • Authorization Button Widget
      • Connect Profile Button Widget
      • Schedule Widget
      • Stream Countdown Widget
      • Live Status Widget
      • Chat Widget
      • Current Stream Widget
Powered by GitBook
On this page

Was this helpful?

  1. General Functions
  2. Discord

Publication Announcements

This function will allow you to form an announcement message with the title, excerpt, and link and then send it to a connected channel.

In the WordPress admin panel, go to Settings --> Discord and open the General tab. In an Announcements subsection, you have the option to select any of the existing custom post types.

This function will only work if a post type using the transition_post_status hook.

Add mention @everyone to the announcement option will allow you to add this mention to the message, and all users in the channel will receive a notification alert.

Add an excerpt to the announcement option will allow you to attach excerpt text to the announcement. If an excerpt of the post is empty, this option will not work.

The plugin does not generate excerpts from page content.

Add date to the announcement option will allow you to add a date of the beginning of the event to the announcement.

Only The Events Calendar and Modern Events Calendar plugins are supported.

Send the announcement for post type updates option will allow you to send announcements when the post type is updated.

Was this helpful?