Skip to main content

Questions tagged [plugin-json-api]

The tag has no usage guidance, but it has a tag wiki.

0 votes
0 answers
50 views

Short custom plugin to send email to users

I have created a very short plugin that is working with a cron job running the below function once every 3 months. I will explain the steps inside the function: Fetching Producers(a list of users ...
Honoluluman's user avatar
0 votes
0 answers
580 views

Simple Apex Charts with jQuery not working

I want to draw a chart in my Wordpress website usin Apexcharts by accessing a json file through a url. I've read the documentation and found the example in https://github.com/apexcharts/apexcharts.js/...
user38680's user avatar
0 votes
2 answers
826 views

External api call using wordpress

I want to start a new website and chose wordpress as my cmd, but im having a restriction. The website is all about api request to other websites and i triedto get an api to test it as an example. ...
Taofeeq Tajudeen 's user avatar
0 votes
1 answer
157 views

How to obtain "wp_rest" nonce for WP Statistics plugin manually?

During my pentest of a client's websites I stumbled upon the WP with vulnerable WP Statistics plugin installed. To exploit this vulnerability, I should send a JSON-API request to endpoint /json-api/wp-...
skavans's user avatar
  • 101
0 votes
1 answer
857 views

How to create WordPress custom end point with multiple parameters?

I want to get all WooCommerce orders from given date range. I can retrieve all orders at once. But I am confusing with passing the date range via API URL. Can anybody help me with this? I know it's ...
user2584538's user avatar
0 votes
1 answer
135 views

WordPress Theme/Plugin Information API Response to Text and Button

When requesting to WordPress API for any plugin or theme information for the versions field https://api.wordpress.org/themes/info/1.1/?action=theme_information&request[per_page]=12&request[...
Inian's user avatar
  • 1
0 votes
0 answers
463 views

JSON api oembed youtube

I want to write a plugin that uses the Wordpress5 methods of embedding media. I want a block where users can insert URLs. Then use WordPress methods to find the provider and get the embeddable iframe. ...
user9's user avatar
  • 164
0 votes
1 answer
1k views

How the wordpress login and signup in react native app

Can anyone help me to login and sign up in reactnative app i have a Wordpress website and i want to link my wordpress site to reactnative app. search lots of solution but no one help me. i am using ...
fahim's user avatar
  • 1
0 votes
1 answer
221 views

Consult array data in REST API Filter

Is it possible to make a filter with REST API Filter or any other technology to discover all elements that have job_listing_category = 86? Since job_listing_category is an array. Actual state: https:/...
Eudes Tenório's user avatar
0 votes
1 answer
184 views

Override plugin function to show invoices even if not logged in

I am using WooCommerce Print Invoice plugin to print invoices. Now I am working on a Cordova app for my website and I need to be able to see invoices from wordpress. Plugin has a function to hide or ...
Adrian's user avatar
  • 101
0 votes
0 answers
397 views

Extending the API I created to return category names

I created this api using a plugin called WP REST API Controller. But it didn't return custom taxonomy categories so I installed a plugin called WP REST API – Pure Taxonomies, it's returning category ...
Lynob's user avatar
  • 101
2 votes
1 answer
859 views

How do I perform a "get" call to an external API, and then display the JSON results on a page in my WordPress site?

A client has an external API that is storing all member info. My tasks are: a.) Create a 'Member Profile Search' page on his site, where users can search for members using certain keywords. b.) ...
codePoet's user avatar
8 votes
3 answers
9k views

WP REST API only returning partial list of users

Started working with the WP REST API for the first time. Our ultimate goal is to dynamically load UI elements based on which user is presently logged in. However, my attempts to pull a list of all ...
MakeCodeNotWar's user avatar
0 votes
2 answers
2k views

Using the JSON API via HTTPS and HTTP

We have developed a mobile application using the JSON API plugin. The current website is running on HTTP, we are planning to change the website to HTTPS. Currently, mobile users on the live app are ...
sevoug's user avatar
  • 21
0 votes
1 answer
751 views

.htaccess and proxy settings for routing a decoupled REST API consuming theme

Developing a decoupled front-end consuming the REST API... I'm using create-react-app so can enter a proxy field corresponding to WP in my package.json and write my calls like fetch('/wp-json/v2/...
Laurie Nicholas's user avatar

15 30 50 per page
1
2 3 4 5
7