HEX
Server: Apache
System: Linux p3plzcpnl505785.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xuvi7odgswsg (6947073)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //home/xuvi7odgswsg/www/wp-content/plugins/bbpowerpack/includes/ui-field-pp-hidden-textarea.php
<#

var field = data.field,
    name = data.name,
    value = data.value,
    atts = '';

if ( field.className ) {
    atts += ' class="' + field.className + '"';
}

if ( field.placeholder ) {
    atts += ' placeholder="' + field.placeholder + '"';
}

if ( field.rows ) {
    atts += ' rows="' + field.rows + '"';
}

#>

<textarea name="{{name}}"{{{atts}}} style="display: none;">{{{value}}}</textarea>