Skip to content

Instantly share code, notes, and snippets.

@yasaryousuf
Created March 28, 2018 06:36
Show Gist options
  • Save yasaryousuf/848f4191d31a560515a28c14dc471427 to your computer and use it in GitHub Desktop.
Save yasaryousuf/848f4191d31a560515a28c14dc471427 to your computer and use it in GitHub Desktop.
<?php
get_site_url() // :http://courses.fiteducation.co.uk
get_template_directory_uri() // :http://courses.fiteducation.co.uk/wp-content/themes/x
get_stylesheet_directory_uri() // :http://courses.fiteducation.co.uk/wp-content/themes/x-child
get_stylesheet_uri() // :http://courses.fiteducation.co.uk/wp-content/themes/x-child/style.css
get_theme_root_uri() // :http://courses.fiteducation.co.uk/wp-content/themes
get_theme_root() // :/home/fiteducationco/public_html/courses/wp-content/themes
get_theme_roots() // :/themes
get_stylesheet_directory() // :/home/fiteducationco/public_html/courses/wp-content/themes/x-child
get_template_directory() // :/home/fiteducationco/public_html/courses/wp-content/themes/x
WP_CONTENT_DIR // :/home/fiteducationco/public_html/courses/wp-content
WP_CONTENT_URL // :http://courses.fiteducation.co.uk/wp-content
WP_PLUGIN_DIR // :/home/fiteducationco/public_html/courses/wp-content/plugins
WP_PLUGIN_URL // :http://courses.fiteducation.co.uk/wp-content/plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment