1. Go to this page and download the library: Download voceconnect/voce-post-meta 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/ */
array(
'description' => '', // A short description of the expected value displayed with the field.
'default_value' => '', // The value to be shown and used when not set.
// Override options
'capability' => '', // User permission level that must be met to edit the field. Defaults to edit_posts
'display_callbacks' => array(), // An array of valid callable functions to render the field display.
'sanitize_callbacks' => array() // An array of callable functions to sanitize the field value on save.
);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.