how to add css to emelemt with add_actions

57

1
wp_enqueue_style( $handle, $src, $deps, $ver, $media );
1
wp_enqueue_style( 'style', get_stylesheet_uri() );

Comments

Submit
0 Comments