wp_capabilities
-
Hi,
I’m currently working on a plugin managing the users rights. Looking at the database I saw that the rights were coded in a strange way, something like :
a:1:{s:13:"administrator";b:1;}
,
a:1:{s:6:"editor";b:1;}
,
a:1:{s:6:"author";b:1;}
a:1:{s:11:"contributor";b:1;}
or
a:1:{s:10:"subscriber";b:1;}
What I need to know is the detail of this notation, if anyone can help me. I did’nt find it in the doc.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘wp_capabilities’ is closed to new replies.