function custom_phrase($request_data)
$request_data was missing.
Fixed it 🙂
Related Posts:
- Allow REST API Endpoint to specific user and hide from public
- Adding Amchart Interface to WordPress API
- How to update WordPress Plugins in your own maintance application?
- External api call using wordpress
- WordPress and multithreading
- WP REST API V2 – Add user data to response
- Amending REST API function without deactivate/activate plugin every time changes is made
- rest_no_route on custom API endpoint wordpress
- update_callback is not working in register_rest_field
- Custom Endpoint – Does it possible to use PUT method with WP API Rest?
- How to query a nested field in wordpress api using _fields param
- 403 error rest_’cookie_invalid_nonce’ on API Request
- Hiding WordPress REST endpoints from public viewing using Basic Authentication
- Multisite and the JSON REST API: How to?
- WP API users per page
- How can you check if you are in a particular page in the WP Admin section? For example how can I check if I am in the Users > Your Profile page?
- Should I use wpdb prepare?
- How to store username and password to API in wordpress option DB?
- Is there a limit on making calls to WordPress.org API’s?
- Retrieving pages with multiple tags using REST API
- How to check WordPress website username and password is correct
- How do I use the WP REST API plugin and the OAuth Server plugin to allow for registration and login?
- WordPress REST API call generates nonce twice on every call
- Retrieving custom fields with $wpdb->get_results
- Get more than 10 posts in a specific category with the wordpress api
- Plugin Sidebar is not Saving Meta Attribute to Post/Page after “Update”
- Rest Api How to get results of child categories with one api call
- Build dynamic page from cURL (HTML page) response with plugin
- Custom Plugin Database relations
- How to use mysql IN statement with wpdb update method?
- wp_enqueue_style built in styles
- wordpress custom endpoint multiple params
- Activation hook not creating table
- WordPress REST API “rest_authentication_errors” doesn’t work external queries?
- Should I ask my Twitter plugin users to create their own Twitter App and API Keys to use my plugin?
- Does WordPress’s HTTP API use any caching?
- How to Download and install plugin database remotely
- How to add WP API and JS featured image attachment
- How to insert data to a database table when the field is not yet created?
- Where to store the name of a custom table?
- include wp-blog-header not working on MAMP
- creating custom function to log actions in plugin
- How can I pass get_the_author_meta(‘user_email’) through the REST API?
- Issue regarding $wpdb->prepare()
- How to create database table, add data, update and delete using wpdb via plugins?
- Create a new post using rest api and save featured image using an external image url
- how to search users by ajax live search
- How to modify WCMP Rest API response?
- Secure REST with nonce works only when not logged
- woocommerce_checkout_order_processed hook executing function twice
- Encoding Method for URLs?
- Can’t retrieve body params from PUT endpoint using formdata
- WordPress Rest API with rest_do_request, possible race condition?
- Creating a WordPress Post via REST API – HTML or Markdown?
- Custom REST endpoint not working to retrieve single posts (“rest_no_route”)
- REST Endpoint API 404
- Best way to ping for the API changes in the wordpress?
- How to avoid conflicts with db.php / $wpdb and other plugins that decide to use them?
- $wpdb in php 5.5
- Plugin to create Posts and Forums then choose category and parent forum
- $wpdb->update Issue
- Widget internal hooks and functions
- WordPress database error: [Query was empty] – using $wpdb->prepare()
- Attaching Image-file to userId
- $wpbd->insert_id is returning null
- Custom plugin & calling REST api of wordpress instance the plugins is running on
- GET request return value as error instead of success
- Escape commas in REST API
- WordPress REST API in Integromat: How to overcome “Sorry, you are not allowed to list users / edit this…”
- Help to create the best plugin settings!
- How to get inserted row IDs for bulk/batch insert with wpdb query?
- is it possible to fetch data from a remote api while admin is writing a new post?
- WordPress Query doesn’t return the correct value
- Deleting media using the WordPress Rest API
- Initializing rest endpoint issue
- Using AJAX to submit and return data inside the WordPress Plugin Boiler Plate framework
- Extending the API I created to return category names
- bindParam? WordPress 4.9.5 SQL LIKE statement %s and %LIKE%
- add pagination to wp_remote_get
- How do WordPress plugins work with oAuth2 APIs?
- How to implement pagination into a wpdb->result query?
- Query only title/field/featured media of posts [closed]
- Do you see any problems (mainly security-related) with how I’ve used wp_ajax_* actions?
- Is there a way to tell if a shorcode’s handler is being run before or after the content formatting filter?
- Developing a plugin, ran it through P3 Profiler, shows up slow, but I don’t know why
- WordPress plugin tables become corrupt
- Is it possible to make WordPress as a RESTful app?
- Nothing happens on WordPress Update command
- How do I query posts and have their related taxonomies returned in the results?
- modify buddpress adminbar only in admin pages
- Fixing plugin for wpdb::prepare
- oneOf two possible objects in WP REST API?
- Extend Plugin that creates an endpoint for GET request to also accepts POST requests
- Is it possible to create post in wordpress using postman?
- Run different permission_callback depending on HTTP method of custom REST API endpoint
- Woocommerce API for calling products by Category ID
- REST API error in block editor for custom templates
- How to get locale within WP REST Request?
- Execute callback after REST API request completes + Response is sent
- How to boost WP custom post REST API GET queries by custom taxonomies