-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxmlrpc.php
More file actions
15 lines (14 loc) · 786 Bytes
/
xmlrpc.php
File metadata and controls
15 lines (14 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?><rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
<service>
<engineName>WordPress</engineName>
<engineLink>https://wordpress.org/</engineLink>
<homePageLink>https://dev-time.orh</homePageLink>
<apis>
<api name="WordPress" blogID="1" preferred="true" apiLink="https://dev-time.orh/xmlrpc.php" />
<api name="Movable Type" blogID="1" preferred="false" apiLink="https://dev-time.orh/xmlrpc.php" />
<api name="MetaWeblog" blogID="1" preferred="false" apiLink="https://dev-time.orh/xmlrpc.php" />
<api name="Blogger" blogID="1" preferred="false" apiLink="https://dev-time.orh/xmlrpc.php" />
<api name="WP-API" blogID="1" preferred="false" apiLink="https://dev-time.orh/wp-json/" />
</apis>
</service>
</rsd>