Directory structure:
└── codepress-admin-columns-hooks/
├── README.md
├── ac-column-custom-field-stored_date_format.php
├── ac-column-custom-field-use_text_input.php
├── ac-column-separator.php
├── ac-column-value.php
├── ac-delete-confirmation.php
├── ac-export-column-disable.php
├── ac-export-exportable_list_screen-num_items_per_iteration.php
├── ac-export-exporter_csv-delimiter.php
├── ac-export-value-escape.php
├── ac-export-value.php
├── ac-headings-label.php
├── ac-list_screen-is_active.php
├── ac-list_screen-key-is_active.php
├── ac-post_types.php
├── ac-suppress_site_wide_notices.php
├── acp-addon-active.php
├── acp-column-types.php
├── acp-conditional_format-color_styles.php
├── acp-conditional_format-formats.php
├── acp-delete-reassign_user.php
├── acp-editing-bulk-active.php
├── acp-editing-bulk-editable_rows_per_iteration.php
├── acp-editing-bulk-show_confirmation.php
├── acp-editing-bulk-updated_rows_per_iteration.php
├── acp-editing-persistent.php
├── acp-editing-save_value.php
├── acp-editing-saved.php
├── acp-editing-value.php
├── acp-editing-view.php
├── acp-export-filename.php
├── acp-export-is_active.php
├── acp-filtering-cache-enable.php
├── acp-filtering-cache-seconds.php
├── acp-hide_renewal_notice.php
├── acp-horizontal_scrolling-enable.php
├── acp-quick_add-enable.php
├── acp-quick_add-saved.php
├── acp-resize_columns-active.php
├── acp-search-filters.php
├── acp-search-is_active.php
├── acp-select-formatter-user_name.php
├── acp-sorting-custom_field-date_type.php
├── acp-sorting-custom_field-numeric_type.php
├── acp-sorting-default.php
├── acp-sorting-remember_last_sorting_preference.php
├── acp-storage-file-directory-writable.php
├── acp-storage-file-directory.php
├── acp-storage-repositories-callback.php
├── acp-storage-template-files.php
├── template-functions-get-column.php
├── template-functions-get-columns.php
├── template-functions-get-list-screen.php
├── template-functions-get-list-screens.php
├── snippets/
│ ├── add-ac-cap-to-user-role.php
│ ├── custom-field-datetime.php
│ ├── custom-field-unix-dates.php
│ └── gravity-forms-manage-value.php
└── storage-formats/
├── version-5-7.php
└── version-6-3.php