if ( ! is_admin() ) {
THIS ONLY LOADS IF THE PERSON VIEWING A SITE ISN’T AN ADMIN IN WP
}
Is there anything similar to conditionally load code based on user role in Ghost? We have a plugin for Ghost, and this would be helpful to know, and I can’t find it in the documentation.