Skip to content

Instantly share code, notes, and snippets.

@aatanasovdev
Last active July 15, 2018 18:27
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 aatanasovdev/bc575243c0139d60287a07ddac2cbeae to your computer and use it in GitHub Desktop.
Save aatanasovdev/bc575243c0139d60287a07ddac2cbeae to your computer and use it in GitHub Desktop.
<?php
register_block_type( 'gutenberg-widget-block/rss-feed', array(
'editor_script' => 'gutenberg-block-rss-feed',
'render_callback' => array('GRF_Frontend', 'render'),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment