Skip to content

Instantly share code, notes, and snippets.

@zackkatz
Created December 17, 2014 05:06
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 zackkatz/b35cc0d34c97898e5eae to your computer and use it in GitHub Desktop.
Save zackkatz/b35cc0d34c97898e5eae to your computer and use it in GitHub Desktop.
GravityView - Prevent Row Striping: Don't all `alt` class to alternating table rows.
<?php
/**
* Plugin Name: GravityView - Prevent Row Striping
* Plugin URI: https://gravityview.co
* Description: Disable alternate row stripes.
* Version: 1.0
* Author: Katz Web Services, Inc.
* Author URI: https://katz.co
*/
add_filter( 'gravityview_entry_class', '__return_empty_string' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment