Can users edit page titles in WordPress except admins?
How to disable page title editing for users except admin ? they should be able to see page title, but should not be able to edit page title in backend. function disableAdminTitle () { $user = wp_get_current_user(); if(!in_array( 'administrator', (array)…