I have Version: 4.8.5 running within my plugin
This is how I am calling it
// Include MetaBoxes
function bl_add_meta() {
if( !class_exists( 'RW_Meta_Box' ) ) {
include( plugin_dir_path( __FILE__ ) . '/lib/resources/meta-box/meta-box.php');
}
}
add_action( 'init', 'bl_add_meta' );
Yet some people are still getting errors?
Any thoughts?