first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
/**
* Remove content form template
*/
?>
<div class="cdi-remove-form">
<div class="cdi-remove-form__message">
<?php
esc_html_e( 'Please, enter your WordPress user password to confirm and start content replacing.', 'jet-data-importer' );
?>
<span class="cdi-remove-form__note"><?php
esc_html_e( 'NOTE: All your content will be replaced (posts, pages, comments, attachments and terms)', 'jet-data-importer' );
?></span>
</div>
<div class="cdi-remove-form__controls">
<input type="password" class="cdi-remove-form__input" placeholder="<?php esc_html_e( 'Please, enter your password', 'jet-data-importer' ); ?>">
<button class="cdi-btn primary" data-action="remove-content"><span class="text"><?php
esc_html_e( 'Import Content', 'jet-data-importer' );
?></span><span class="cdi-loader-wrapper-alt"><span class="cdi-loader-alt"></span></span></button>
</div>
<div class="cdi-remove-form__notices cdi-hide">
</div>
</div>