Files
tysweld.com/wp-content/plugins/filebird/views/notices/html-notice-first-folder.php
2025-02-24 22:33:42 +01:00

16 lines
432 B
PHP

<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div class="notice notice-info is-dismissible filebird-notice" id="filebird-empty-folder-notice">
<p>
<?php esc_html_e( 'Create your first folder for media library now.', 'filebird' ); ?>
<a href="<?php echo esc_url( admin_url( '/upload.php' ) ); ?>">
<strong><?php esc_html_e( 'Get Started', 'filebird' ); ?></strong>
</a>
</p>
</div>