���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/elirickard.com/wp-content/plugins/qode-framework/inc/common/fields-attachment/class-qodeframeworkfieldattachmentselect.php
���ѧ٧ѧ�
<?php class QodeFrameworkFieldAttachmentSelect extends QodeFrameworkFieldAttachmentType { function __construct( $params ) { parent::__construct( $params ); } public function render() { $html = '<select name="' . $this->name . '">'; foreach ( $this->options as $key => $label ) { $selected = $this->params['value'] == $key ? ' selected="selected"' : ''; $html .= '<option' . esc_attr( $selected ) . ' value="' . esc_attr( $key ) . '">'; $html .= esc_html( $label ); $html .= '</option>'; } $html .= '</select>'; $this->form_fields['html'] = $html; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�