Skip to content

Instantly share code, notes, and snippets.

@fervous
Last active May 19, 2017 23:48
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 fervous/7c6f98dcd31fa0742303ba50e85f33b6 to your computer and use it in GitHub Desktop.
Save fervous/7c6f98dcd31fa0742303ba50e85f33b6 to your computer and use it in GitHub Desktop.
fix smooth scroll wc vendors pro divi issue pro dashboard Divi
add_action( 'wcv_pro_before_dashboard', function() {
echo '<div class="et_smooth_scroll_disabled">';
} );
add_action( 'wcv_pro_after_dashboard', function() {
echo '</div>';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment