Answers for "how to fetch particular css file in wordpress"

PHP
1

how to fetch particular css file in wordpress

<?php
   wp_enqueue_style('my-stylesheet', get_template_directory_uri() . '/css/style.css');
?>
Posted by: Guest on March-09-2022

Code answers related to "how to fetch particular css file in wordpress"

Browse Popular Code Answers by Language