Add CSS Stylesheet from a Plugin

function add_theme_scripts() {
	wp_register_style('custom_styles', plugins_url('plugin-style.css', __FILE__));
	wp_enqueue_style('custom_styles');
}
add_action( 'wp_enqueue_scripts', 'add_theme_scripts' )
[instagram-feed feed=1]
© 2023 BenaDigital Limited | All Rights Reserved
magnifiercrosschevron-down