aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/OpenGraph.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Web/OpenGraph.php')
-rw-r--r--Zotlabs/Web/OpenGraph.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/Zotlabs/Web/OpenGraph.php b/Zotlabs/Web/OpenGraph.php
index b14b2b989..f282c82d4 100644
--- a/Zotlabs/Web/OpenGraph.php
+++ b/Zotlabs/Web/OpenGraph.php
@@ -29,6 +29,13 @@ class OpenGraph {
return false;
}
+ function get_field($field) {
+ if($this->vars && array_key_exists($field,$this->vars) && $this->vars[$field])
+ return $this->vars[$field];
+ return false;
+ }
+
+
function get() {
if($this->check_required()) {
$o = "\r\n";