CMB2_hookup case sensitivity issue
-
We’re getting a lot of errors from the following file:
wp-content/plugins/draw-attention/public/includes/lib/CMB2/CMB2.php
Lines 22-24:
if ( $cmb->prop( 'hookup' ) ) { $hookup = new CMB2_hookup( $cmb ); }
Because the class is defined as CMB2_Hookup, and the call should be case sensitive:
$hookup = new CMB2_Hookup( $cmb );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CMB2_hookup case sensitivity issue’ is closed to new replies.