芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluentformpro/src/Components/ActionHook.php
hasConditions($data) ? 'has-conditions ' : ''; $data['attributes']['class'] = trim( $this->getDefaultContainerClass() .' '. @$data['attributes']['class'] .' '. $hasConditions ); $atts = $this->buildAttributes( \FluentForm\Framework\Helpers\ArrayHelper::except($data['attributes'], 'name') ); ob_start(); echo "
"; do_action($data['settings']['hook_name'], $form); echo"
"; $html = ob_get_clean(); $html = apply_filters_deprecated( 'fluentform_rendering_field_html_' . $elementName, [ $html, $data, $form ], FLUENTFORM_FRAMEWORK_UPGRADE, 'fluentform/rendering_field_html_' . $elementName, 'Use fluentform/rendering_field_html_' . $elementName . ' instead of fluentform_rendering_field_html_'.$elementName ); echo apply_filters('fluentform/rendering_field_html_' . $elementName, $html, $data, $form); } }