
The code below shows how you can use the php you can use to get the web address of your child theme in WordPress.
The Code
1 |
<?php echo get_stylesheet_directory_uri(); ?> |
The code below shows how you can use the php you can use to get the web address of your child theme in WordPress.
1 |
<?php echo get_stylesheet_directory_uri(); ?> |