php - How to make Bootstrap work in Options Theme using Settings Api -




i not able make bootstrap work in settings api options on wordpress theme.

i added in action admin_enqueue_scripts along 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, still can not solve.

thanks





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -