Tiu ĉi kromprogramo ne estis testita en la 3 lastaj gravaj eldonoj de WordPress. Eble ĝi ne plu estas prizorgata kaj ĝi eble havus kongruajn problemojn en novaj versioj de WordPress.

WP isAdmin

Priskribo

This plugin provides provides a simple short code to add or hide custom content to your posts and pages based on whether a user is an administrator (or other role) or not.

This started as a way around having an automatic redirect if somebody belonged to a specific WishListMember membership level but not wanting to redirect off of the page
if I was an admin (who always has access to all membership levels.)

Ekrankopioj

  • A simple example for how to use the shortcodes.
  • An example that includes a javascript redirect for WishListMember private tags, which still allows the admin user to stay on the page.

OD

What shortcodes are available?

[isAdmin][/isAdmin] and [isNotAdmin][/isNotAdmin] are both supported, and will only show or hide the content (respectively) if the user is logged in and has an administrator
role (by default).

Can I specify other roles than just the administrator role?

Yes, you can set the role or roles attribute. So if you’d like content that can only be seen by users with the “editor” role, you would use: [isAdmin roles=”editor”][/isAdmin].

Can I specify more than one role?

Yes, just provide a comma-separated list to the roles attribute. For example: [isAdmin roles=”editor,administrator”][/isAdmin]

What is the difference between the *role* and *roles* attributes?

There is no difference; both are available as a convenience as I expected that if I wanted to change it I wouldn’t remember if I needed it to be plural or not and it would seem
odd to specify a plural attribute for a singular condition (and vice versa.) Basically, choose one or the other (if you want something other than checking for administrator) and
it will work as expected. If you specify both, then the roles attribute takes precedence unless you set it to the default, in which case it will use the role attribute.

Pritaksoj

There are no reviews for this plugin.

Kontribuantoj k. programistoj

“WP isAdmin” estas liberkoda programo. La sekvaj homoj kontribuis al la kromprogramo.

Kontribuantoj

Traduki “WP isAdmin” en vian lingvon.

Ĉu interesita en programado?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Ŝanĝprotokolo

= 1.0.1 (2020-09-17)=
* Initial Version