Manifest, Settings & Language

The WP Mobile Pack content API implements a series of endpoints that are responsible for exporting comments. These are as follows:

Please note all endpoints support JSONP.

All URL’s are relative to the WP Mobile Pack installation folder, typically located at /wp-content/plugins/wordpress-mobile-pack.

1) Exporting the manifest

Relative FREE URL:/wp-content/plugins/wordpress-mobile-pack/export/content.php?content=androidmanifest

Relative PRO URL:/wp-content/plugins/wordpress-mobile-pack-pro/frontend/export/content.php?content=androidmanifest

Parameters:

Response type: JSONP

Response format

2) Exporting settings

Relative FREE URL:/wp-content/plugins/wordpress-mobile-pack/export/content.php?content=exportsettings

Relative PRO URL:/wp-content/plugins/wordpress-mobile-pack-pro/frontend/export/content.php?content=exportsettings

Parameters:

Response type: JSONP

Response format:

3) Exporting the app texts for a locale

Relative FREE URL:/wp-content/plugins/wordpress-mobile-pack/export/content.php?content=apptexts&locale=en_US&format=json

Relative PRO URL:/wp-content/plugins/wordpress-mobile-pack-pro/frontend/export/content.php?content=apptexts&locale=en_US&format=json

Parameters:

Response type: JSONP or javascript

Response format:

Last updated