Skip to content

Instantly share code, notes, and snippets.

View chavesm's full-sized avatar

Mark Chaves chavesm

View GitHub Profile
<?php // Don't copy this line if adding this gist to a functions.php file.
function get_mepr_id() {
if ( !class_exists('MeprUtils') ) {
return 0;
}
$mepr_user = MeprUtils::get_currentuserinfo();
if ( $mepr_user === false ) {