Skip to content

Instantly share code, notes, and snippets.

@PavloBorysenko
Last active August 23, 2019 10:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PavloBorysenko/4ed8a33b44a38bd35baca2d0ecc3ffed to your computer and use it in GitHub Desktop.
Save PavloBorysenko/4ed8a33b44a38bd35baca2d0ecc3ffed to your computer and use it in GitHub Desktop.
Code for compatibility of WOOF and Elementor. Paste in functions.php
add_action('elementor/widgets/widgets_registered', function($widgets_manager) { $widgets_manager->unregister_widget_type('wp-widget-woof_widget'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment