Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7036637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:26:53+00:00 2026-05-28T01:26:53+00:00

Is it possible? Or is there any other way to do it without xml-rpc?

  • 0

Is it possible? Or is there any other way to do it without xml-rpc?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T01:26:53+00:00Added an answer on May 28, 2026 at 1:26 am

    Yes, it is possible, but you have to write your own xml-rpc method.

    For example:

    add_filter( 'xmlrpc_methods', 'my_add_xmlrpc_methods' );
    
    //this function adds new xml-rpc method
    //my.search_posts - name of xml-rpc method
    //search_posts_by_custom_field - name of the function that should proccess my.search_posts method call
    function my_add_xmlrpc_methods( $methods ) {
        $methods['my.search_posts'] = 'search_posts_by_custom_field';
        return $methods;
    }
    
    //this function actually search posts
    function search_posts_by_custom_field($args) {
        //authenticate user
        //run search DB query
        //return results
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: is there any other way of creating an object without using “new”
Is it possible in Java (or any other language) to detect if there's an
Is there any possible way to PLAY a you tube video on page load
Is there any possible way to apply more than CSS to a control through
Possible Duplicate: Is there any way to determine text direction from CultureInfo in asp.net?
I was wondering if there was any possible way to get the number (count)
Possible Duplicate: Any way to add HttpHandler programatically in .NET? Is there a way
Is there any other way to print 40 dots in php? I have this
Is there any way to consume a SOAP based Spring web service without generating
Is it possible to use any chart modules with wxpython? And are there any

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.