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.

Members [is_user_logged_out] shortcode

Opis

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.

Instalacja

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

Najczęściej zadawane pytania

None.

Recenzje

2016-09-03
Does exactly what expected. Very nice move to think about that one! Work with WP 4.3.1 no problem.
Przeczytaj 4 recenzje

Kontrybutorzy i deweloperzy

„Members [is_user_logged_out] shortcode” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

0.1

First release.