Created
January 7, 2017 03:58
-
-
Save garvs/de36134bd1b1f2683c0d25d9e3b0521a to your computer and use it in GitHub Desktop.
ure_edit_posts_access_id_list filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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