attachment_fields_to_save, $post, $attachment_data

attachment_fields_to_save, $post, $attachment_data

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('attachment_fields_to_save, $post, $attachment_data') is found 1 times:

  • /wp-admin/includes/ajax-actions.php line 3234
    		wp_send_json_error();
    	}
    
    	/** This filter is documented in wp-admin/includes/media.php */
    	$post = apply_filters( 'attachment_fields_to_save', $post, $attachment_data );
    
    	if ( isset( $post['errors'] ) ) {
    		$errors = $post['errors']; // @todo return me and display me!
    		unset( $post['errors'] );
    	}