芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/themes/cleanora/theme-framework/theme-style/admin/theme-options.php
esc_html__("'Read More' Buttons Text", 'cleanora'), 'desc' => esc_html__("Enter the 'Read More' button text that should be used in you services shortcode", 'cleanora'), 'id' => 'cmsmasters_project_read_more', 'type' => 'text', 'hide' => '', 'std' => esc_html__('Read More', 'cleanora') ); } else { $custom_all_meta_fields_new[] = $custom_all_meta_field; } } else { $custom_all_meta_fields_new = $custom_all_meta_fields; } } return $custom_all_meta_fields_new; } add_filter('get_custom_all_meta_fields_filter', 'cleanora_theme_meta_fields');