Poor code
-
Was looking forward to test this plugin out but was rather disappointed after activated it. I use WordPress with Roots. And getting several php errors.
Poorly coded, a great example of this follows:
$parse_uri = explode( 'wp-content', $_SERVER['SCRIPT_FILENAME'] ); require_once( $parse_uri[0] . 'wp-load.php' );
Include wp-load.php is not a best pratice.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Poor code’ is closed to new replies.