• WordPress enable RPC XML site wide.

    Date: 2010.07.03 | Category: Uncategorized

    Create a plugin in wordpress and paste in:

    add_filter( ‘pre_option_enable_xmlrpc’, create_function(‘$a’, ‘return true;’) );

    OR

    Download & install this plugin

    Report This Post

    Related posts:

    1. Using Classdroid with any WordPress site Classdroid allows you to upload to any wordpress site. PrimaryBlogger...
    2. WordPress Timthumb vulnerability I don’t usually blog about vulnerabilities but Timthumb is being...
    3. Supporting Kindle devices in WordPress You don’t need to do any custom css or xlst...
    4. WPMU plugin – All site feeds I am in the process of feeding primary blogger to...
    5. WordPress Varnish Cache Config / VCL What is this for non-technical folks? WordPress sucks at delivering...