Title: optiontree Shortcode
Author: ethanpil
Published: <strong>25 Settembre 2013</strong>
Last modified: 25 Settembre 2013

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://s.w.org/plugins/geopattern-icon/optiontree-shortcode.svg)

# optiontree Shortcode

 Di [ethanpil](https://profiles.wordpress.org/ethanpil/)

[Scarica](https://downloads.wordpress.org/plugin/optiontree-shortcode.zip)

 * [Dettagli](https://it.wordpress.org/plugins/optiontree-shortcode/#description)
 * [Recensioni](https://it.wordpress.org/plugins/optiontree-shortcode/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/optiontree-shortcode/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/optiontree-shortcode/#developers)

 [Supporto](https://wordpress.org/support/plugin/optiontree-shortcode/)

## Descrizione

This plugin adds a shortcode [ot_get_option] to pull info from like the function
ot_get_option(). Its very simple to use and supports the same values as ot_get_option().

BEWARE: It will not work with options that return non-text values.

Why a shortcode and not the function in PHP? Sometimes I need to implement slight
variations of the same site. This allows me to set my options in the UI and have
the values propagate into the post content as needed without remembering every place
that needs changes.

If you aren’t using OptionTree ( https://wordpress.org/plugins/option-tree/ ) this
will probably be useless for you!

Its used like this:

    ```
    [ot_get_option option_id="XYZ" default="123"]
    ```

This is the equivalent of the following in PHP:

    ```
    ot_get_option("XYZ","123");
    ```

Fork away: https://github.com/ethanpil/wp-optiontree-shortcode

## Installazione

 1. Upload `wp-optiontree-shortcode.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Include the [ot_get_option] shortcode in your editor….

## FAQ

  I dont see any settings or options!

There arent any!

  How to I enable it?

If the plugins system has it on then its working.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“optiontree Shortcode” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ ethanpil ](https://profiles.wordpress.org/ethanpil/)

[Traduci “optiontree Shortcode” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/optiontree-shortcode)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/optiontree-shortcode/)
segui il [repository SVN](https://plugins.svn.wordpress.org/optiontree-shortcode/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/optiontree-shortcode/)
tramite [RSS](https://plugins.trac.wordpress.org/log/optiontree-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Hello World!

## Meta

 *  Versione **1.0**
 *  Ultimo aggiornamento **13 anni fa**
 *  Installazioni attive **50+**
 *  Versione WordPress ** 3.0 o superiore **
 *  Testato fino alla versione **3.6.1**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/optiontree-shortcode/)
 * Tag
 * [optiontree](https://it.wordpress.org/plugins/tags/optiontree/)[shortcode](https://it.wordpress.org/plugins/tags/shortcode/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/optiontree-shortcode/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  1 5- recensioni a stelle     ](https://wordpress.org/support/plugin/optiontree-shortcode/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/optiontree-shortcode/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/optiontree-shortcode/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/optiontree-shortcode/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/optiontree-shortcode/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/optiontree-shortcode/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/optiontree-shortcode/reviews/)

## Collaboratori

 *   [ ethanpil ](https://profiles.wordpress.org/ethanpil/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/optiontree-shortcode/)