You appear to be a bot. Output may be restricted
Description
Returns the metafield's property key.
Usage
$string = Abstract_Indexable_Presenter::get_key();
Parameters
Returns
string The property key.
Source
File name: wordpress-seo/src/presenters/abstract-indexable-presenter.php
Lines:
1 to 3 of 3
public function get_key() { return $this->key; }