Skip to content

Instantly share code, notes, and snippets.

@ravewebdev
Last active July 8, 2020 17:37
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 ravewebdev/2acb6966037f6d7e309f7eb66f93d079 to your computer and use it in GitHub Desktop.
Save ravewebdev/2acb6966037f6d7e309f7eb66f93d079 to your computer and use it in GitHub Desktop.
1.2.1. Set up block to render with PHP
<?php
register_block_type( 'rave/initiative-tracker', array(
'editor_script' => 'initiative-tracker-editor-script',
'editor_style' => 'initiative-tracker-editor-style',
'style' => 'initiative-tracker-style',
'render_callback' => __NAMESPACE__ . '\render_block',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment