- 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>
2 lines
304 B
PHTML
Executable File
2 lines
304 B
PHTML
Executable File
<input type="<#= (typeof _type === 'undefined'? 'text': _type) #>" value="<#= value #>" <#= (typeof id === 'undefined' ? '' : 'id="'+id+'"') #> <#= (typeof _class === 'undefined' ? '' : 'class="'+_class+'"') #> <#= (typeof name === 'undefined' ? '' : 'name="'+name+'"')#> <#= checked ? 'checked':''#> />
|