Περιγραφή
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.
Εγκατάσταση
- Upload to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Συχνές Ερωτήσεις
None.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Members [is_user_logged_out] shortcode” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Members [is_user_logged_out] shortcode” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
0.1
First release.