Skjulet styles
// Register Style function skjulet_styles() { wp_register_style( 'bootstrap', 'https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css', false, '4.5' ); } add_action( 'wp_enqueue_scripts', 'skjulet_styles' );
// Register Style function skjulet_styles() { wp_register_style( 'bootstrap', 'https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css', false, '4.5' ); } add_action( 'wp_enqueue_scripts', 'skjulet_styles' );