XMLRPC XML content without title and category elements.
4287
Continue readingRetrieve post title from XMLRPC XML.If the title element is not part of the XML, then the default post title from the $post_default_title will be used instead.
4285
Continue readingRetrieve the post category or categories from XMLRPC XML.If the category element is not found, then the default post category will be used. The return type then would be what $post_default_category. If the category is found, then it will always be an array.
4283
Continue readingVerify that correct nonce was used with time limit.The user is given an amount of time to use the token, so therefore, since the UID and $action remain the same, the independent variable is the time.
4259
Continue readingGet an array containing the current upload directory’s path and url.Checks the ‘upload_path’ option, which should be from the web root folder, and if it isn’t empty it will be used. If it is empty, then the path will be ‘WP_CONTENT_DIR/uploads’. If the ‘UPLOADS’ constant is defined, then it will override the ‘upload_path’ option and ‘WP_CONTENT_DIR/uploads’ path.
4251
Continue reading