Hey i know that there are options to post to a wordpress blog remotely by email or by another source. My blog is self hosted. What other ways is...
There are 2 wp installations, A and B. Is it possible to do a remote rest request from site A to find out if an user is logged into...
I have built an app which enables the manager of many WP sites to make RestAPI GET, POST, PUT & DELETE requests which work perfectly when using them from...
‘Remote Login’ with MultiSite Domain Mapping still forcing users to login to all blogs individually?
I’m having trouble with the ‘Remote Login’ option of MultiSite domain mapping. I have a local dev install which allows me to swap between network blogs without needing to...
$response = wp_remote_post( 'ssl://securesite.com', array( 'method' => 'POST', 'body' => $string, // variable is set 'timeout' => apply_filters( 'http_request_timeout', 15), 'sslverify' => true )); error_log(print_r($response, TRUE)); if ( is_wp_error($response)...
It’s all in the title, I’m looking for a way to know if a given post was published through XML-RPC, versus published by hand in the WP admin. Pseudo...
Please excuse my ignorance, as I’m entirely self taught (HTML, CSS, and some JS and PHP) as a hobby, and SSH is all fairly new to me. I originally...
I’m doing a paste the link onto input and then uses PHP(imagecrop) to crop and store the image onto server directory. $imagesrc = $_GET['img']; $img = file_get_contents($imagesrc); $im =...
I have seen a couple services ( ManageWP, BlogVault ) where we supply them with the admin login details to our WordPress site and they programmatically install their respective...
Using the constant overrides in wp-config I’m able to define a remote FTP server that plugins will be added to when installed using the WP interface. define('FS_METHOD', 'ftpext'); define('FTP_BASE',...