Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active September 1, 2019 11:44
Show Gist options
  • Save vanaf1979/7d7bd16b4561acd64691b18bc8be3f6e to your computer and use it in GitHub Desktop.
Save vanaf1979/7d7bd16b4561acd64691b18bc8be3f6e to your computer and use it in GitHub Desktop.
Gist for my tutorial "Building a Gutenberg sidebar plugin Part 1: Registering the plugin with (oop) php". https://vanaf1979.nl/making-a-gutenberg-sidebar-plugin-part-1-registering-the-plugin-with-oop-php/
<?php
class MetaTags {
...
public function register() : void {
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment