- Version
- Download 242
- File Size 296 KB
- File Count 1
- Create Date August 15, 2023
- Last Updated September 25, 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 } ?>