This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Members [is_user_logged_out] shortcode

Descripció

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.

Instal·lació

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

PMF

None.

Ressenyes

3 de setembre de 2016
Does exactly what expected. Very nice move to think about that one! Work with WP 4.3.1 no problem.
Llegir totes les 4 ressenyes

Col·laboradors i desenvolupadors

«Members [is_user_logged_out] shortcode» és programari de codi obert. La següent gent ha col·laborat en este complement.

Col·laboradors

Registre de canvis

0.1

First release.