LogoLogo
Simple Comment EditingComment Edit ProDLX PluginsMediaRon
Comment Edit Core
Comment Edit Core
  • Welcome to Comment Edit Core
  • Getting Started
    • Installation
    • Finding the Plugin Settings
    • Configuration
    • Mailchimp Integration
  • Developers
    • Actions
    • Filters
    • Styling
    • JavaScript Hooks and Events
    • JavaScript Integration Example: Displaying a Warning With a Low Timer
    • How to Force Delete Comments
  • Quick Links
    • Get Support
    • Buy Comment Edit Pro
    • Brand Assets
    • MediaRon Home
    • Contact Form
Powered by GitBook
On this page
  1. Developers

Actions

There are common actions for Comment Edit Lite.

PreviousMailchimp IntegrationNextFilters

Last updated 1 year ago

Don't want to mess with code? provides a user interface for the commonly-requested features.

sce_save_after - Triggered via Ajax after a comment has been saved

Useful for custom comment fields

/**
* Action: sce_save_after
*
* Allow third parties to save content after a comment has been updated
*
* @since 1.4.0
*
* @param object $comment_to_save The Comment Object
* @param int $post_id The Post ID
* @param int $comment_id The Comment ID
*/

Comment Edit Pro