Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

Members [is_user_logged_out] shortcode

Опис

To complement the [is_user_logged_in] shortcode I noticed a [is_user_logged_out] shortcode was missing from Members plugin, soI decided to write an „extension plugin“ to add it. Maybe this can be added to Members itself one day?

The [is_user_logged_out] shortcode should be used to check if a user is currently logged out of the site. If not, the content will be hidden.

Example:
[is_user_logged_out]This content is only shown to logged-out users.[/is_user_logged_out]

This shortcode has no parameters.

Постављање

  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

ЧПП

None.

Прегледи

3. септембар 2016.
Does exactly what expected. Very nice move to think about that one! Work with WP 4.3.1 no problem.
Види сва 4 прегледа

Сарадници и градитељи

„Members [is_user_logged_out] shortcode“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „Members [is_user_logged_out] shortcode“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

0.1

First release.