- 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>
11 lines
542 B
PHTML
Executable File
11 lines
542 B
PHTML
Executable File
<div class="api-field">
|
|
<div class="field-description">
|
|
<?php echo __( 'Choose the type of optin you would like for your integration', 'thrive-cb' ) ?>
|
|
</div>
|
|
|
|
<select class="tve-api-extra tve-api-optin-select" name="optin">
|
|
<#= TVE.tpl( 'util/option', {value:'s', selected: (api.getConfig('optin') === 's'), text: '<?php echo __( 'Single optin', 'thrive-cb' ) ?>'}) #>
|
|
<#= TVE.tpl( 'util/option', {value:'d', selected: (api.getConfig('optin') === 'd'), text: '<?php echo __( 'Double optin', 'thrive-cb' ) ?>'}) #>
|
|
</select>
|
|
</div>
|