芝麻web文件管理V1.00
编辑当前文件:/home/felaukpo/public_html/wp-content/themes/Divi/includes/builder/module/field/template/Base.php
<%= et_builder_template_options.options_icons[ "' . esc_attr( $icon_name ) . '" ] %>
'; } protected function _wrap_field_name( $name ) { // Don't add 'et_pb_' prefix to the "Admin Label" field if ( 'admin_label' === $name ) { return $name; } return 'et_pb_' . $name; } }