jcchavezs / cmb2-conditionals

Plugin to relate fields in a CMB2 metabox
GNU General Public License v2.0
85 stars 61 forks source link

Do not try to autoload when checking if class exists. #68

Closed jtsternberg closed 5 years ago

jtsternberg commented 5 years ago

Avoids these PHP notices:

[06-Feb-2019 04:39:19 UTC] PHP Warning:  include_once(/WP-Path/wp-content/plugins/cmb2/includes/CMB2_Conditionals.php): failed to open stream: No such file or directory in /WP-Path/wp-content/plugins/cmb2/includes/helper-functions.php on line 53
[06-Feb-2019 04:39:19 UTC] PHP Warning:  include_once(): Failed opening '/WP-Path/wp-content/plugins/cmb2/includes/CMB2_Conditionals.php' for inclusion (include_path='.:') in /WP-Path/wp-content/plugins/cmb2/includes/helper-functions.php on line 53
jcchavezs commented 5 years ago

Thanks @jtsternberg!