' . __METHOD__ . '()' ); if ( empty( $item['id'] ) ) { return false; } $id = (int) $item['id']; \ewwwio_debug_message( "updating attachment $id" ); \ewww_image_optimizer_post_optimize_attachment( $id ); return false; } /** * Runs failure routine for an item from the queue. * * @access protected * * @param array $item The id of the attachment, and how many attempts have been made to process the item. */ protected function failure( $item ) { \ewwwio_debug_message( '' . __METHOD__ . '()' ); \ewwwio_debug_message( 'really?' ); return; } }