Hello, I connected it to the Wordpress bootstrap 4 theme and this is what the console issues. What her trouble I do not know. Here is the script connection function.
function playground__scripts() { wp_enqueue_script( 'jquery', get_template_directory_uri() . '/js/jquery-3.2.1.min.js'); wp_enqueue_script( 'bootstrap.min.js', get_template_directory_uri() . '/js/bootstrap.min.js'); wp_enqueue_style( 'bootstrap.min.css', get_template_directory_uri() . '/css/bootstrap.min.css' ); wp_enqueue_style( 'playground-layout-1', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'playground__scripts' ); In the header did not connect anything. Who faced and knows how to solve this problem and what is this problem fraught with? thank
