Verifying whether stylesheet is enqueued
-
Hello all,
First time posting, and new to the community. ??
I am learning about enqueuing multiple css stylesheets, and am currently attempting to enqueue animate.css to my WP theme.
I have placed the following into my functions.php
wp_enqueue_style( 'animate', get_template_directory_uri() .'css/animate.css', array(), null, 'all' );
I cannot tell if I have enqueued the stylesheet correctly and am not sure how to verify this through WP.
Can anyone help?
Thanking you in advance,
Tim
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Verifying whether stylesheet is enqueued’ is closed to new replies.