Saturday, 5 September 2020

If current User (Role) Execute Code

<?php if( current_user_can('editor') || current_user_can('administrator') ) { 

    // Stuff here for administrators or editors

} ?>

debug VISUAL STUDIO CODE Error Fetch Extensions

 Press Windows + S , search for "Environment Variables" , and select: 👉 "Edit the system environment variables" Click...