How to make bootstrap work in Options Theme using Settings Api

I am not able to make the bootstrap work in the Settings API options on my Wordpress theme.

I added in the action admin_enqueue_scripts along with other js

wp_register_style( 'custom_wp_admin_css', get_template_directory_uri() . '/css/bootstrap.min.css', false );
    wp_enqueue_style( 'custom_wp_admin_css' );

And I’ve tried many articles, but I still can not solve.

Thanks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.