Skip to content

Instantly share code, notes, and snippets.

@shaunpalmer
Created June 28, 2021 13:05
Show Gist options
  • Save shaunpalmer/dbc7497d139d3cad6ef5630d4d7a64f8 to your computer and use it in GitHub Desktop.
Save shaunpalmer/dbc7497d139d3cad6ef5630d4d7a64f8 to your computer and use it in GitHub Desktop.
function enqueue style
function sp_sp_resources() {
wp_enqueue_style('style', get_stylesheet_uri());
}
add_action('wp_enqueue_scripts', 'sp_sp_resources');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment