芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/redux-framework/sample/sections/basic-fields/password.php
esc_html__( 'Password', 'your-textdomain-here' ), 'id' => 'basic-password', 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '
https://devs.redux.io/core-fields/password.html
', 'subsection' => true, 'fields' => array( array( 'id' => 'password', 'type' => 'password', 'username' => true, 'title' => 'Password Field', ), ), ) ); // phpcs:enable