About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
LostCore
5/31/2014 - 9:45 PM
share
Share
add_circle_outline
Save
Controllare se l'user è un admin
Controllare se l'user è un admin
wp_is_admin.php
content_copy
file_download
if ( current_user_can( 'manage_options' ) ) { //... }
clear