The status code 403 (Forbidden) in the response suggests that your request is not properly authenticated.
You could start by reviewing the REST API handbook section on Authentication, in case there’s something you may have missed, and double-checking the credentials, if any, you’re using with to make the request.
You can also pass auth_callback
as one of the $args
to register_meta(), if you need to customize the meta update capability checking.
auth_callback – A function or method to call when performing
edit_post_meta, add_post_meta, and delete_post_meta capability checks.
Or contact the plugin author’s customer support as Chris Cox mentioned in the comments.
Related Posts:
- Automatically install wordpress plugin at theme activation
- How to run Two WordPress blogs with different themes and with single database and same content
- “Donate to this plugin” for WordPress.org Plugin Authors
- When coding a WordPress theme, where does the theme (i.e. the presentation) end and the plugin (i.e. the functionality) begin?
- How to show custom message once on plugin activation?
- How to notify users of blog updates a la Admin Plugin Update notifications?
- How can I force a “404 Not Found” error
- How do I configure WordPress to talk to a Microsoft SQL Server database?
- How to set “with_front’=>false” to a plugin-generated cpt?
- plugin shortcodes not working on custom theme- unsure how to fix
- Is there a plugin that allows a user of your site to get an email from you with an attachment?
- PDF download – use wordpress functions
- Code in theme functions.php faster than with a plugin?
- API to filter new user registration $POST data?
- Set cookie then immediantly refresh the page
- Is there a plugin that makes extnernal links open in new window, BUT [closed]
- How to remove duplicate Custom Fields?
- Calling a plugin in theme development
- Installing WordPress only for a separate page – ‘mydomain.com/blog’
- ‘Customize’ button in admin bar for CSS
- Saving Custom Post types and fields to a custom table
- WooCommerce shop page orderby [closed]
- How to create user groups and allow custom posts and plugin modify/access to specific group?
- How can I disable the multisite feature of WordPress 3.0?
- How to translate __(”) strings in admin [closed]
- Breadcrumb NavXT plugin – exclude ‘home’ page
- WordPress comments not appearing in blog posts, likely because of Redux template. Could I fix this with a plugin that adds a comment form as a block? [closed]
- trying to get user info in plugin
- How to delete page by deactivating plugin
- Customize permalink wordpress category id
- Take input from form and pass it to function using a wp-plugin
- Translation for the plugin using redux framework does not work
- Re use the list table for a custom post type on another page
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- Stop Plugin Enumeration [closed]
- Customize The Events Calendar to Include an Option to Expand for More Events Listings
- Hook into existing tinyMCE button
- Load Javascript from Plugin in One Page Only?
- Help in using SEO Plugins: SEO Ultimate And Yoast SEO Plugin
- Invalid plugin installation directory, Google Analytics [closed]
- Setting Up PHP Workflow in WordPress
- How can I exclude a dynamic URL to show a popup created using ‘WordPress Popup’ plugin
- How can I apply a WP filter on specific plugin version
- How to create Admin Notice from Plugin with argument? [duplicate]
- Can I do in-page changes binding events/triggers to actions in WordPress?
- Can inactive WordPress plugins still load scripts?
- Plugin main file is constantly been fired on every website visit
- How to set “split_on_numerics” to false in ElasticSearch mapping using ElasticPress? (for proper SKU search in WooCommerce) [closed]
- Change the number of plugins counted on wp-admin/plugins.php
- Changing the Organize Series Listing Pages
- Way to send multiple values for column to MySQL?
- What’s the right way to implement functions in footer.php
- Getting a list of the published posts
- Showing the results of a search (made through a 3rd party search provider) inside an article
- how to set parent forum link to menu page?
- Notify bar plugin not showing up
- Our plugin tags not appearing in WordPress Plugin Repository
- How to add a custom form to a plugin’s setting page
- How to get saved elementor template list programmatically?
- Conditional delete metadata does not works
- “Disable” specific plugins on certain pages
- Ability to change homepage on WordPress using API
- The function called on the wp head hook becomes null
- custom post type get_posts() function not work
- Single Event page based on scope and use of PLACEHOLDER in PHP template file
- Create multiple posts when a custom post is created
- How to add defer to WordPress Plugin javascript? [duplicate]
- Powerpress upload a podcast without creating a post for it
- Remove metatag from a particular page
- How to create WordPress nonce in the foreach loop?
- How to disable/enable a plugin at a specific time
- user specific private content
- Enable plugins that are “not supported”
- Need Help Understanding Debug Log Errors
- custom/automatic export function – one post at a time?
- Plugin JavaScripts Confliction
- How to create multi-slug admin page and retrieve it with $_GET or something?
- Site not displaying correctly when re-directing from root to sub-directory
- apply_filters to content but ignore shortcodes
- display user input using ajax in wordpress
- How to structure plugin in to functions?
- Breadcrumb is not generating the correct post page url
- Check if post was modified by editor different than post author
- Award points if a specific custom taxonomy is selected – Cubepoints
- SOLVED – $wp_admin_bar and AJAX calls
- booking form with availability calendar [closed]
- formatting the way posts show up
- Animate like Stack exchange frequently asked questions [closed]
- How to Add a Website Background Image to One Page?
- Fetching Video From YouTube Automatically [closed]
- Suggest me plugin/widget (sidebar) for Sharing posts [closed]
- wordpress themes and plugin customization
- Very slow page loads
- Can I merge all my JS and CSS in one file using WP?
- Allow direct access to files/folders within WordPress to replace wp-admin
- How to set meta-data for my plugin
- WordPress isn’t sending welcome email with the password reset
- Plugins updates not showing on wordpress
- Unable to login – critical error
- HTML output from WordPress shortcode is wrapped in unexpected tags