first commit

This commit is contained in:
2025-02-24 22:33:42 +01:00
commit 737c037e85
18358 changed files with 5392983 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?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>