芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/origami-events.com/wp-content/plugins/events-manager/em-bbpress.php
get_var("SELECT option_value FROM {$wpdb->options} WHERE option_name='wp_user_roles'")); //loop through the original role if it exists and add our em caps to the bp role if( !empty($roles[$role]) ){ foreach($roles[$role]['capabilities'] as $cap_name => $has_cap ){ if( array_key_exists($cap_name, $em_capabilities_array) ){ $caps[$cap_name] = $has_cap; } } } return $caps; } add_filter('bbp_get_caps_for_role', 'em_bbp_get_caps_for_role', 10, 2);