Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In your theme or plugin you can either directly enqueue the styles and optionally the scripts:

Code Block
languagephp
themeRDark
titleDirect enqueing
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:



How to Modify

Demos