...
In your theme or plugin you can either directly enqueue the styles and optionally the scripts:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
add_action(
'wp_enqueue_scripts',
function () {
wp_enqueue_script( 'hsph-bootstrap' );
}
); |
Or if you have existing scripts and styles you can simply make hsph-bootstrap a dependency: