Last active
October 17, 2015 11:27
-
-
Save jitenbharadava/e0503c4508ee136f09ce to your computer and use it in GitHub Desktop.
Wordpress Funcation like Plugins, Themes, Site Home, WordPress, Multisite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugins | |
plugins_url() | |
plugin_dir_url() | |
plugin_dir_path() | |
plugin_basename() | |
Themes | |
get_template_directory_uri() | |
get_stylesheet_directory_uri() | |
get_stylesheet_uri() | |
get_theme_root_uri() | |
get_theme_root() | |
get_theme_roots() | |
get_stylesheet_directory() | |
get_template_directory() | |
Site Home | |
home_url() | |
get_home_path() | |
WordPress | |
admin_url() | |
site_url() | |
content_url() | |
includes_url() | |
wp_upload_dir() | |
Multisite | |
get_admin_url() | |
get_home_url() | |
get_site_url() | |
network_admin_url() | |
network_site_url() | |
network_home_url() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment