Skip to content

Commit

Permalink
remove save post action
Browse files Browse the repository at this point in the history
  • Loading branch information
aschweigert committed Jun 16, 2017
1 parent 0896511 commit f20b7c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions documentcloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ function __construct() {
// Setup the settings page
add_action( 'admin_menu', array( $this, 'add_options_page' ) );
add_action( 'admin_init', array( $this, 'settings_init' ) );

// Store DocumentCloud metadata upon post save
add_action( 'save_post', array( $this, 'save' ), 10, 2 );
}

/**
Expand Down

0 comments on commit f20b7c3

Please sign in to comment.