delete(); } /** * Get complete notice message. * * @return string */ protected function get_complete_message() { return __( 'Finished removing items previously created with the Add Metadata tool.', 'amazon-s3-and-cloudfront' ); } /** * Called when background process has completed. */ protected function completed() { delete_site_option( $this->prefix . '_add_metadata_last_started' ); $this->as3cf->update_media_library_total(); } }