BWS Menu breaking my admin
-
The most recent update to the BWS plugins has changed the BWS products menu so that it’s breaking the wp-admin interface. The calls to the BWS menu scripts, styles, and images are all referencing an incorrect path, which I believe is constructed with this method:
$bws_menu_current_dir = str_replace( '\\', '/', dirname( __FILE__ ) ); $bws_menu_abspath = str_replace( '\\', '/', ABSPATH ); $bws_menu_current_url = site_url( str_replace( $bws_menu_abspath, '', $bws_menu_current_dir ) ); return sprintf( '%s/%s', $bws_menu_current_url, $path );
The result is that not only the BWS menu is broken, but several other core admin functions including the WP visual editor. Please fix this bug in your code, the previous version of this plugin works perfectly.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘BWS Menu breaking my admin’ is closed to new replies.