List some of the common WordPress URLs.
Following are the most common URLs that are found in WordPress:
- admin_url() - It returns the admin URL (http://www.site.com/wp-admin/)
- site_url() - It returns the URL of the site, (http://www.site.com/)
- home_url() - It returns the home url of the current site, (http://www.site.com/)
- includes_url - It returns the includes folder of WordPress folder - (http://www.site.com/wp-includes/)
- content_url - It returns the content directory URL - (http://www.site.com/wp-content/)
- wp_upload_dir() -It returns an array with location information on the configured uploads directory.
0 comments:
Feel free to contact the admin for any suggestions and help.