function add_role_caps() { global $wp_roles; $role = get_role('contributor'); $role->add_cap('publish_posts'); }; add_action ('admin_head','add_role_caps');
function add_role_caps() { global $wp_roles; $role = get_role('contributor'); $role->add_cap('publish_posts'); }; add_action ('admin_head','add_role_caps');
go go 1234