Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to fetch particular css file in wordpress

<?php
   wp_enqueue_style('my-stylesheet', get_template_directory_uri() . '/css/style.css');
?>
 
PREVIOUS NEXT
Tagged: #fetch #css #file #wordpress
ADD COMMENT
Topic
Name
1+7 =