bulk-editing.php
5 years ago
export-disabled.php
5 years ago
export.php
5 years ago
filtering.php
5 years ago
inline-editing.php
5 years ago
smart-filtering.php
5 years ago
sorting.php
5 years ago
export-disabled.php
19 lines
| 1 | <?php |
| 2 | |
| 3 | use AC\Type\Url\Documentation; |
| 4 | |
| 5 | ?> |
| 6 | <h3> |
| 7 | <?= __( 'Export Unavailable', 'codepress-admin-columns' ); ?> |
| 8 | </h3> |
| 9 | <p> |
| 10 | <?= __( 'Unfortunately not every column can be exported.', 'codepress-admin-columns' ); ?> |
| 11 | </p> |
| 12 | <p> |
| 13 | <?= __( 'Third-party columns and some custom columns cannot be exported unless there is build-in support for that specific column.', 'codepress-admin-columns' ); ?> |
| 14 | </p> |
| 15 | <p> |
| 16 | <a href="<?= esc_url( Documentation::create_with_path( Documentation::ARTICLE_EXPORT )->get_url() ); ?>" target="_blank"> |
| 17 | <?= __( 'Learn more »', 'codepress-admin-columns' ); ?> |
| 18 | </a> |
| 19 | </p> |