Forums
(@wattssw)
13 years, 11 months ago
That code gave me an error.
Here’s my solution, seems to work perfect:
public function og_title() { $title = $this->title(''); echo "<meta property='og:title' content='".esc_attr( get_the_title() )."'/>\n"; }