1
I can’t get Bootstrap to work on the Settings API options in my Wordpress theme.
I added in the action admin_enqueue_scripts
together with other JS and CSS
Wp_register_style ('custom_wp_admin_css', get_template_directory_uri (). '/css/bootstrap.min.css', false);
Wp_enqueue_style ('custom_wp_admin_css');
And tried many articles, but still can not solve. Has some way of Bootstrap work properly in Wordpress admin?