Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active October 8, 2019 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanaf1979/9d8cd0bd359b3eb8f4a9b73ee58aa04e to your computer and use it in GitHub Desktop.
Save vanaf1979/9d8cd0bd359b3eb8f4a9b73ee58aa04e to your computer and use it in GitHub Desktop.
Gist for my article Building a Gutenberg sidebar plugin Part 5: Outputting data https://vanaf1979.nl/building-a-gutenberg-sidebar-plugin-part-5-outputting-data/
<?php
public function add_title_theme_support() {
\add_theme_support( 'title-tag' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment