Skip to content

Instantly share code, notes, and snippets.

@tobalsan
Last active August 29, 2015 14:04
Show Gist options
  • Save tobalsan/eb7f0502e9a072bdf49f to your computer and use it in GitHub Desktop.
Save tobalsan/eb7f0502e9a072bdf49f to your computer and use it in GitHub Desktop.
WordPress: register custom widget
add_action( 'widgets_init', create_function( '', 'register_widget( "My_Widget_Recent_Posts" );' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment