WP Manifestindependent plugin directory
manifest / content / papi-property-shortcake

Papi: Shortcake property

Papi - Shortcake property

by Fredrik Forsmo · github.com/wp-papi/papi-property-shortcake

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wp-papi/papi-property-shortcake/archive/refs/heads/master.zip

Readme

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

Read the full README on GitHub →