Skip to content

Instantly share code, notes, and snippets.

@tanmayk
Last active December 28, 2015 18:59
Show Gist options
  • Save tanmayk/7546694 to your computer and use it in GitHub Desktop.
Save tanmayk/7546694 to your computer and use it in GitHub Desktop.
/**
* Privacy level: Public.
* Field can be viewed by all.
*/
define('CORE_SECURITY_PRIVACY_PUBLIC', 0);
/**
* Privacy level: Friends only.
* Field can be viewed by only friends.
*/
define('CORE_SECURITY_PRIVACY_FRIENDS', 1);
/**
* Privacy level: Private.
* Field can be viewed by only user.
*/
define('CORE_SECURITY_PRIVACY_PRIVATE', 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment