芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/ycreate.jp/wp-content/plugins/snow-monkey-editor/App/Setup/Endpoint.php
'GET', 'callback' => function() { if ( ! function_exists( '\\get_editable_roles' ) ) { require_once( ABSPATH . '/wp-admin/includes/user.php' ); } $roles = array(); $editable_roles = get_editable_roles(); foreach ( $editable_roles as $role => $detail ) { $roles[ $role ] = array_merge( $detail, array( 'name' => translate_user_role( $detail['name'] ), ) ); } return $roles; }, 'permission_callback' => function () { return current_user_can( 'edit_posts' ); }, ) ); } }