Skip to content

Instantly share code, notes, and snippets.

@aatanasovdev
Created July 15, 2018 18:29
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/270a7fa24b6b556f419829c373c69463 to your computer and use it in GitHub Desktop.
Save aatanasovdev/270a7fa24b6b556f419829c373c69463 to your computer and use it in GitHub Desktop.
<?php
wp_register_script(
'gutenberg-block-rss-feed',
plugins_url( 'dist/bundle.js', __FILE__ ),
array( 'wp-blocks', 'wp-element' )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment