Commit inicial - WordPress Análisis de Precios Unitarios

- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<div class="control-grid full-width pb-0">
<p class="m-0">
<?php esc_html_e( 'Select which type of files to allow the user to upload. Choose from one or more of our recommended groups.', 'thrive-cb' ); ?>
</p>
<p class="mt-0">
<?php esc_html_e( 'You can also select “Custom” to add additional allowed files.', 'thrive-cb' ); ?>
</p>
<p class="m-0">
<?php $link = sprintf( '<a class="blue-text" href="%s" target="_blank">%s</a>', 'https://thrivethemes.com/tkb_item/what-file-types-can-i-use-when-uploading-a-file-in-a-lead-generation-element/', __( 'here', 'thrive-cb' ) ); ?>
<?php echo sprintf( esc_html__( 'See a list of file types allowed in each group %s.', 'thrive-cb' ), $link ); ?>
</p>
</div>

View File

@@ -0,0 +1,8 @@
<div class="control-grid full-width pb-0">
<p class="m-0">
<?php esc_html_e( 'Type the file extensions that should be allowed separated by a comma.', 'thrive-cb' ); ?>
</p>
<p class="mb-0">
<?php esc_html_e( 'For example, “rtf, docx” would allow the upload of rich text format and Microsoft Word documents', 'thrive-cb' ); ?>
</p>
</div>

View File

@@ -0,0 +1,8 @@
<div class="control-grid full-width pb-0">
<p class="m-0">
<?php echo __( 'Insert the full URL of the folder that you wish to upload the files to.', 'thrive-cb' ); ?>
</p>
<a class="blue-text mt-10" href="https://thrivethemes.com/tkb_item/how-to-find-the-url-of-a-folder-when-uploading-a-file-in-the-lead-generation-element/" target="_blank">
<?php echo __( 'How to find the folder URL', 'thrive-cb' ) ?>
</a>
</div>

View File

@@ -0,0 +1,18 @@
<div class="control-grid full-width pb-0">
<p class="mt-0">
<?php esc_html_e( 'Specify the naming convention of the uploaded file(s)', 'thrive-cb' ); ?>
</p>
<p class="mt-0">
<?php esc_html_e( 'File names can be static, e.g. “cvupload” or dynamic using the following shortcodes:-', 'thrive-cb' ); ?>
</p>
<ul>
<li><strong>{email}</strong> - <?php esc_html_e( 'the email of the submitter', 'thrive-cb' ); ?></li>
<li><strong>{date}</strong> - <?php esc_html_e( 'the date of the submission', 'thrive-cb' ); ?></li>
<li><strong>{time}</strong> - <?php esc_html_e( 'the time of the submission', 'thrive-cb' ); ?></li>
<li><strong>{match}</strong> - <?php esc_html_e( 'the name of the uploaded file', 'thrive-cb' ); ?></li>
</ul>
<p class="mt-0"><strong><?php esc_html_e( 'Example', 'thrive-cb' ); ?></strong></p>
<p class="mt-0">CVUpload_{email}_{date}</p>
<p class="mt-0"><?php esc_html_e( 'would create files similar to the following:-', 'thrive-cb' ); ?></p>
<p class="m0">CVUpload_joe_bloggs+gmail.com_06-15-2020_544693.pdf</p>
</div>

View File

@@ -0,0 +1,3 @@
<span>
<?php echo __( 'Spam prevention features help protect your forms against bots and spammers.', 'thrive-cb' ); ?>
</span>