Това разширение не е обновявано повече от 2 години. Може вече да не се поддържа и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

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.

Отзиви

03.09.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 хранилище, или абонамент към програмната история (log) чрез RSS.

Списък с промени

0.1

First release.