Forums
(@wattssw)
12 years, 5 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"; }