芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/ninja-forms/includes/Config/FormCalculationSettings.php
array( 'name' => 'calculations', 'type' => 'option-repeater', 'label' => '
' . esc_html__( 'Add New', 'ninja-forms' ) . '
', 'width' => 'full', 'group' => 'primary', 'tmpl_row' => 'tmpl-nf-edit-setting-calculation-repeater-row', 'columns' => array( 'name' => array( 'header' => esc_html__( 'Variable Name', 'ninja-forms' ), 'default' => '', ), 'eq' => array( 'header' => esc_html__( 'Equation', 'ninja-forms' ), 'default' => '', ), 'dec' => array( 'header' => esc_html__( 'Precision', 'ninja-forms' ), 'default' => '2', ), ), 'use_merge_tags' => array( 'exclude' => array( 'user', 'system', 'post' ), ), ), ));