Skip to content

wp-papi/papi-property-shortcake

Repository files navigation

Papi - Shortcake property

Shortcake property for Papi.

Installation

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

Usage

<?php

$this->box( 'Shortcake', [
    papi_property( [
        'sidebar'  => false,
        'title'    => 'Shortcake',
        'type'     => 'shortcake'
    ] )
] );

License

MIT © Fredrik Forsmo

Releases

No releases published

Packages

No packages published

Languages