XPoster offers a couple of options to help with debugging. Debug Service Connections If you’re having trouble connecting to one of the social media services, enabling this option will dump the server responses in the admin when you connect. This is likely to only be useful for developers or when getting support, but it may […]
Continue reading “Debugging” »Category: Developers
XPoster Staging Mode
Staging mode is a configuration where XPoster will bypass the action of sending updates, but will return messages as if it had successfully posted updates. It is enabled automatically in any environment where the core function wp_get_environment_type() returns as ‘staging’, but can also be enabled manually by setting the constant WPT_STAGING_MODE to true: While in […]
Continue reading “XPoster Staging Mode” »