$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>xml rpc - How Enable XML-RPC in WP 4.8.2|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

xml rpc - How Enable XML-RPC in WP 4.8.2

matteradmin9PV0评论

How Can Enable XML in Version 4.8.2 ? I Want Enable XML RPC Then Connected to it with Programming library thx

i can not connect to xml-rpc with WordPress Library for

How Can Enable XML in Version 4.8.2 ? I Want Enable XML RPC Then Connected to it with Programming library thx

i can not connect to xml-rpc with https://github/abrudtkuhl/WordPressSharp WordPress Library for

Share Improve this question edited Oct 27, 2017 at 15:09 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Oct 25, 2017 at 14:29 adeladel 411 silver badge2 bronze badges 1
  • XML-RPC is an API of WordPress core and it is available by default in any WordPress instalation. What exactly do you mean? – cybmeta Commented Oct 25, 2017 at 14:35
Add a comment  | 

1 Answer 1

Reset to default 4

XML RPC is enabled by default in WordPress since version 3.5, including WP 4.8.2. Here is the more info about it: XML-RPC Support. If it is not working for you, it is possible that you have some plugin that disables it, and most security plugins have options to do so.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far