Activate error function.php in line 17 add_action( 'after_setup_theme', 'crb_load' ); function crb_load() { require_once( WP_PLUGIN_DIR . '/carbon-fields/vendor/autoload.php' ); \Carbon_Fields\Carbon_Fields::boot(); }
Activate error function.php in line 17
add_action( 'after_setup_theme', 'crb_load' );
function crb_load() {
require_once( WP_PLUGIN_DIR . '/carbon-fields/vendor/autoload.php' );
\Carbon_Fields\Carbon_Fields::boot();
}