flexpress/plugin-accordion

FlexPress based plugin

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v1.0.1 2014-09-02 11:34 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:29:19 UTC


README

Install

Install via composer

composer require flexpress/plugin-accordion 1.0.*

Setup

Changing the output

The plugin will load a default view but you can change this by using the filter fpshortcode_timber_template, e.g.:

add_filter('fpshortcode_timber_template', function() {
    return 'my/relative/view/path';
});

As it's relative timber will look in the themes folder however you can pass it a absolute path as well, which is what the plugin does by default.