get('post_type'); } if ($pos = strpos($post_type, "_")) { return (strcmp(substr($post_type, 0, $pos), $namespace) == 0); } else { return false; } }