You are here

public function OpenGraphMeta::delete_node_data in Open Graph meta tags 7

Same name and namespace in other branches
  1. 6 opengraph_meta.common.inc \OpenGraphMeta::delete_node_data()

Delete FB meta tag data for the given node.

File

./opengraph_meta.common.inc, line 191

Class

OpenGraphMeta

Code

public function delete_node_data($nid) {
  $this->data_obj
    ->delete_tags($nid);
}