column
12 years ago
storage_model
12 years ago
api.php
12 years ago
column.php
12 years ago
deprecated.php
12 years ago
export_import.php
12 years ago
settings.php
12 years ago
storage_model.php
12 years ago
third_party.php
12 years ago
upgrade.php
12 years ago
utility.php
12 years ago
deprecated.php
63 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Deprecated Function, Hooks & Filters |
| 4 | * |
| 5 | */ |
| 6 | |
| 7 | /** |
| 8 | * Deprecated Hooks |
| 9 | * |
| 10 | * @since 2.0 |
| 11 | */ |
| 12 | // cpac-get-default-columns-comments "cpac_before_default_columns_{$this->key}" |
| 13 | // cpac-get-default-columns-links "cpac_before_default_columns_{$this->key}" |
| 14 | // cpac-get-default-columns-media "cpac_before_default_columns_{$this->key}" |
| 15 | // cpac-get-default-columns-media "cpac_before_default_columns_{$this->key}" |
| 16 | // cpac-get-default-columns-posts "cpac_before_default_columns_posts" |
| 17 | // cpac-get-default-columns-posts "cpac_before_default_columns_{$this->key}" |
| 18 | // cpac-get-default-columns-users "cpac_before_default_columns_{$this->key}" |
| 19 | // |
| 20 | // cpac-manage-comments-column WPcore: manage_comments_custom_column |
| 21 | // cpac-manage-link-column WPcore: manage_link_custom_column |
| 22 | // cpac-manage-media-column WPcore: manage_media_custom_column |
| 23 | // cpac-manage-posts-column WPcore: manage_posts_custom_column, manage_pages_custom_column |
| 24 | |
| 25 | /** |
| 26 | * Deprecated Filters |
| 27 | * |
| 28 | * @since 2.0 |
| 29 | */ |
| 30 | // cpac-default-comments-columns cpac_default_{$this->key}_columns |
| 31 | // cpac-custom-comments-columns cpac_custom_{$this->key}_columns |
| 32 | // cpac-get-meta-keys-comments cpac_get_meta_keys_{$this->key} |
| 33 | // |
| 34 | // cpac-default-links-columns cpac_default_{$this->key}_columns |
| 35 | // cpac-custom-links-columns cpac_custom_{$this->key}_columns |
| 36 | // |
| 37 | // cpac-default-media-columns cpac_default_{$this->key}_columns |
| 38 | // cpac-custom-media-columns cpac_custom_{$this->key}_columns |
| 39 | // cpac-get-meta-keys-media cpac_get_meta_keys_{$this->key} |
| 40 | // |
| 41 | // cpac-custom-posts-columns cpac_custom_posts_columns |
| 42 | // cpac-custom-posts-columns cpac_custom_{$this->key}_columns |
| 43 | // cpac-get-meta-keys-posts cpac_get_meta_keys_{$this->key} |
| 44 | |
| 45 | // cpac-default-users-columns cpac_default_{$this->key}_columns |
| 46 | // cpac-custom-users-columns cpac_custom_{$this->key}_columns |
| 47 | // cpac-get-meta-keys-users cpac_get_meta_keys_{$this->key} |
| 48 | // |
| 49 | // cpac-field-types cpac_field_types |
| 50 | // cpac-authorname-types cpac_authorname_types |
| 51 | // |
| 52 | // cpac-get-orderby-type cpac_get_orderby_type |
| 53 | // cpac-remove-filtering-columns cpac_remove_filtering_columns |
| 54 | // |
| 55 | // cpac-get-post-types cpac_get_post_types |
| 56 | // |
| 57 | // cpac-comments-column-result cpac_{$this->key}_column_value |
| 58 | // cpac-link-column-result cpac_{$this->key}_column_value |
| 59 | // cpac-media-column-result cpac_{$this->key}_column_value |
| 60 | // cpac-posts-column-result cpac_{$this->key}_column_value |
| 61 | // cpac-users-column-result cpac_{$this->key}_column_value |
| 62 | |
| 63 |