Skip to content

Instantly share code, notes, and snippets.

@Marcoevich
Created July 6, 2018 11:25
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 Marcoevich/886fdf3a101c36fa06b6081f6c9823ef to your computer and use it in GitHub Desktop.
Save Marcoevich/886fdf3a101c36fa06b6081f6c9823ef to your computer and use it in GitHub Desktop.
Removing create_function from WordPress PHP Widget
function phpcodewidget_register_widgets() {
register_widget( 'PHP_Code_Widget' );
}
add_action('widgets_init', 'phpcodewidget_register_widgets' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment