PHP code example of iamntz / carbon-rest-multiselect

1. Go to this page and download the library: Download iamntz/carbon-rest-multiselect library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

iamntz / carbon-rest-multiselect example snippets


Field::make('rest_multiselect', 'my-name', 'My Label')
  ->set_endpoint( 'base', get_rest_url( null, 'wp/v2/posts' ) )
  ->set_endpoint( 'search', get_rest_url( null, 'wp/v2/posts/?search=' ) )
  ->set_endpoint( 'fetch_by_id', get_rest_url( null, 'wp/v2/posts/?response key to use as a label in the select

->set_label_key(['title.rendered|substring:0,10|toUpperCase', 'date|wrap(%label%)']);