- 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>
7 lines
396 B
PHTML
Executable File
7 lines
396 B
PHTML
Executable File
<div class="control-grid">
|
|
<div class="label"><?php echo __( 'Rating', 'thrive-cb' ) ?></div>
|
|
<div class="input fixed-75"><select class="rating-value change" data-fn="option_changed"></select></div>
|
|
<div class="label tcb-text-center"><?php echo __( 'out of', 'thrive-cb' ) ?></div>
|
|
<div class="input fixed-75"><select class="rating-max change" data-fn="option_changed"></select></div>
|
|
</div>
|