Skip to content

Instantly share code, notes, and snippets.

@garvs
Created January 7, 2017 03:58
Show Gist options
  • Save garvs/de36134bd1b1f2683c0d25d9e3b0521a to your computer and use it in GitHub Desktop.
Save garvs/de36134bd1b1f2683c0d25d9e3b0521a to your computer and use it in GitHub Desktop.
ure_edit_posts_access_id_list filter
add_filter('ure_edit_posts_access_id_list', 'ure_edit_posts_access_set_id_list');
function ure_edit_posts_access_set_id_list($list) {
$list .= ',1584';
return $list;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment