URL Parameter (Connect-Wordpress Cmdlet)
The URL of your WordPress site. For WordPress schema, the URL is the base URL for the site for wordpress. For WordPressOnline schema URL is the Rest API BaseURL for the wordpress site, sample URL will be testdev.wordpress.com.
Syntax
Connect-Wordpress -URL string
Data Type
cstr
Default Value
""
Remarks
The URL of your WordPress site. Required for both Basic and OAuth authentication.
This is a required parameter.