Skip to content

Instantly share code, notes, and snippets.

@jitenbharadava
Last active October 17, 2015 11:27
Show Gist options
  • Save jitenbharadava/e0503c4508ee136f09ce to your computer and use it in GitHub Desktop.
Save jitenbharadava/e0503c4508ee136f09ce to your computer and use it in GitHub Desktop.
Wordpress Funcation like Plugins, Themes, Site Home, WordPress, Multisite
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