Title: Meta Fetcher
Author: webdeveric
Published: <strong>2014-05-20</strong>
Last modified: 2015-12-08

---

Szukaj wtyczek

![](https://ps.w.org/meta-fetcher/assets/banner-772x250.jpg?rev=917954)

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# Meta Fetcher

 Autor: [webdeveric](https://profiles.wordpress.org/webdeveric/)

[Pobierz](https://downloads.wordpress.org/plugin/meta-fetcher.0.4.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/meta-fetcher/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/meta-fetcher/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/meta-fetcher/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/meta-fetcher/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/meta-fetcher/)

## Opis

This plugin provides a simple `[meta]` shortcode that allows you to fetch meta information
for the current `$post`.
 There are options to return a single value, multiple values
joined by a user defined string, or a JSON string.

**Examples:**

    ```
    [meta name="your_meta_field"]
    ```

This will return the value of „your_meta_field”. If the value is an array, it will
return a comma separated list, unless you specify an alternative join string.

    ```
    [meta name="your_meta_field" single="false"]
    ```

By default, [meta] will return a single value. If you have multiple meta fields 
with the same name, you can get them all by setting single=”false”.

    ```
    [meta name="your_meta_field" single="false" json="true"]
    ```

This will return the JSON encoded value of „your_meta_field”.

    ```
    [meta name="your_meta_field" single="false" join="|"]
    ```

This will return a pipe separated values of „your_meta_field”.

    ```
    [meta name="your_meta_field" shortcode="false"]
    ```

By default, the value will be passed to do_shortcode, unless you turn if off.

    ```
    [meta name="your_meta_field" filters="true"]
    ```

There are a couple filters available if you want to filter the value. They are called
after do_shortcode and before any JSON/array handling.
 They are on be default, 
but can be turned of with filters=”false”. The filters are „meta_fetcher_value” 
and „meta_fetcher_{$name}”.

## Instalacja

 1. Upload `meta-fetcher` folder to the `/wp-content/plugins/` directory
 2. Aktywuj wtyczkę w WordPressie w menu 'Wtyczki”
 3. Add shortcode to your content: `[meta name="some_name_here" default="some default
    content"]`

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Meta Fetcher” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój
wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “Meta Fetcher” na swój język.](https://translate.wordpress.org/projects/wp-plugins/meta-fetcher)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/meta-fetcher/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/meta-fetcher/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/meta-fetcher/)
przez [RSS](https://plugins.trac.wordpress.org/log/meta-fetcher/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 0.4

 * Added option to return a JSON string.
 * Added options for handling array meta values.

#### 0.3

 * Added better checking for argument values.

#### 0.2

 * Added additional arguments.

#### 0.1

 * Initial build

## Meta

 *  Wersja **0.4**
 *  Ostatnia aktualizacja **11 lat temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 3.0.0 lub nowszej **
 *  Testowano do **4.4.0**
 *  Język
 * [English (US)](https://wordpress.org/plugins/meta-fetcher/)
 * Tagi
 * [meta](https://pl.wordpress.org/plugins/tags/meta/)[post](https://pl.wordpress.org/plugins/tags/post/)
   [shortcode](https://pl.wordpress.org/plugins/tags/shortcode/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/meta-fetcher/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/meta-fetcher/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/meta-fetcher/)