I figure it out ! Thanks to the wonderful FileBird’s team !
There is the answer :
Add to your function.php file this line of code :
if (defined('NJFB_REST_URL')) {
add_filter('filebird_json_url', function(){
return site_url("index.php/wp-json/" . NJFB_REST_URL);
});
Thank me later ! 😉
Related Posts:
- wp.media.view.ImageDetails – Save settings as HTML5 data-* attributes for image
- WP Rest API: details of latest post including featured media url in one request?
- “Add Media” button in custom plugin
- Building a custom REST API
- run silex or slim with wordpress
- WordPress 3.5 Media Manager – add a button
- WP JSON REST API (Ryan McCue) how to query posts with specific meta data with ‘AND’ relation?
- Remote upload file to server B
- What plugin can I use to create a list / slideshow of featured images?
- To Disable WordPress Rest API or Not To Disable?
- Upload specific images to specific folder
- Any plugin out there that uses WP’s internal image uploader?
- Resizing all images
- How to create gutenberg block using REST API independently or as headless way?
- Filter out results from REST API
- How to authenticate custom API endpoint in WooCommerce [closed]
- How to make WordPress use protocol indepentent upload files?
- Hook for image edit popup
- WordPress pods io – Rest API for fetching fields information for custom post type
- How to create an edit media button for slideshow plugin?
- Using the media uploader in a custom plugin
- How to extend Media Library (WP 4.4)
- Increase Size Limit of Media Files WordPress 4.1
- Reduce nonce lifespan
- Add Products to user’s ID Woocommerce
- Store post in raw markdown format, no html?
- Multisite functions to communicate with individual site functions
- Upload images from custom plugin using the media modal
- Generated Images sizes do not match Media Settings Image Size
- REST-API: extend media-endpoint
- Accessing plugin functionality within WP REST API
- Permission Check for REST API Endpoint Runs Twice?
- How do I create a full-bleed background image on text mouseover? [closed]
- Keep user’s privileges on accessing contents in JSON response
- How to import 55k images (uploaded via FTP) into WordPress Media libary? [closed]
- WordPress 3.5 Media Manager – add a button
- How to retrieve custom meta term of category taxonomy from WP Rest API?
- How can I serve a text file at a custom URL
- Remove caching from wp_remote_get calls from custom plugin
- How to export a list of all media urls? [closed]
- Find unused images?
- add mediaelement.js plugins into WordPress video player control bar
- I am getting error message on accessing menu-endpoint
- How can I capture Memberpress user info after signup [closed]
- Detect permalinks when passing querystring in REST API requests
- Custom REST API endpoint returns rest_no_route when called via wp-json permalink
- How to upload images to WP Panel keeping correct folder in FTP
- How do I create a custom add media button modal?
- Media upload not working on theme option in WordPress 3.8.1
- How organize uploaded media in WP?
- Media is not attached after import
- Plugin or method to delete uploads not in media library?
- How to save generated JWT token to cookies on login?
- Restrict media upload size by format
- WordPress: cleaning media library
- wp_get_post_terms is difference obj model than the one in rest api response
- How to modify WCMP Rest API response?
- wp_generate_attachment_metadata is creating an empty array
- wp_remote_get() returns 403 while file_get_contents() does not
- How to install/enable mediaelement.js plugins in WordPress
- Ability to make API calls out of WordPress as well as executing SQL?
- Access WordPress data from external PHP application.
- Limit post creation by role
- Ajax with plugins returns 0
- How to upload WordPress Images to remote web server and display those images in WordPress gallery [closed]
- Set plugin-values when creating post via REST-API
- how to do login using woocommerce rest api From android
- How do I secure a subdomain using UCC SSL?
- How to add multiple versions of the same featured image for SEO reasons?
- Extend WordPress REST API with Scheme Pro Plugin
- how to know that a wordpress plugin support using API?
- wordpress Ajax success doesn’t return the value
- add_image_size is not generatin images of correct dimensions
- How can I send api calls from my plugin?
- Filter custom post type returned from REST api
- My wp_update_nav_menu action is firing twice
- WordPress REST API Visual Composer Shortcodes
- Update post meta Rest Api
- Social login authentication via wordpress rest api
- How to put tags on photos in Windows that WordPress can read and apply on media files?
- Is option_active_plugins actually doing anything useful?
- WordPress REST API filter on blank custom ACF
- WooCommerce REST API aborts connection [closed]
- Upload the images folder with sub-folders directly to server
- Is it possible to create post in wordpress using postman?
- How to update a lot of posts on my WP site with additional content?
- How To Convert External Image URLs To Own Website’s Uploaded Images Automatically?
- how to update WordPress plugins from external website with nodejs?
- Block Root REST API Route using custom &/or iThemes
- Accessing Correct Database to Create REST API Endpoint
- stop resize button for wordpress media
- Is it a good idea to restrict the REST API
- REST API – filters not working inside plugin class
- i need to resive data external api and show user
- Enable Downloads on WordPress Attachment Page
- Can The REST API be used to create/edit plugins and themes?
- How prevent STDOUT of Plugin_Upgrader->upgrade(…)?
- Get list of outdated plugins in the rest api?
- Fetch the CSS of a resource (page/post/etc)
- WordPress keeps showing 403 error on console when updating post or adding new application password