- Version
- Download 128
- File Size 165.47 KB
- File Count 1
- Create Date August 15, 2023
- Last Updated August 15, 2023
if ( is_user_logged_in() ) { // Check if a user is logged in first if ( current_user_can( 'administrator' ) ) { // Current user is an administrator // do nothing } else { // Current user is not an administrator, hide this form field echo ''; echo ''; echo ''; echo ''; } } else { // No user is logged in // do nothing } ?>