コード例 #1
0
ファイル: Term.php プロジェクト: quasel/tacowordpress
 /**
  * Get the anchor tag
  * @param string $field_key
  * @return string HTML <a>
  */
 public function getAnchorTag($field_key = 'name')
 {
     return parent::getAnchorTag($field_key);
 }
コード例 #2
0
ファイル: Post.php プロジェクト: tacowordpress/tacowordpress
 /**
  * Get the anchor tag
  * @param string $field_key
  * @return string HTML <a>
  */
 public function getAnchorTag($field_key = 'post_title')
 {
     return parent::getAnchorTag($field_key);
 }