diff --git a/includes/class-solrpower-sync.php b/includes/class-solrpower-sync.php index 0fbcabcc..a87be895 100644 --- a/includes/class-solrpower-sync.php +++ b/includes/class-solrpower-sync.php @@ -41,7 +41,6 @@ public static function get_instance() { * Instantiate the object. */ function __construct() { - add_action( 'publish_post', array( $this, 'handle_modified' ) ); add_action( 'publish_page', array( $this, 'handle_modified' ) ); add_action( 'save_post', array( $this, 'handle_modified' ) ); add_action( 'delete_post', array( $this, 'handle_delete' ) );