Shortcake property for Papi.
This property requires Papi plugin.
If you're using Composer to manage WordPress, add Papi to your project's dependencies. Run:
composer require wp-papi/papi-property-shortcake
<?php
$this->box( 'Shortcake', [
papi_property( [
'sidebar' => false,
'title' => 'Shortcake',
'type' => 'shortcake'
] )
] );
MIT © Fredrik Forsmo