getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Disable tablepress defaults #193

Closed getdave closed 11 years ago

getdave commented 11 years ago

Add this line to automatically disable table press styles.

/**
 * Remove Table Press Default CSS
 */
add_filter( 'tablepress_use_default_css', '__return_false' );

Should we have a separate functions.php include for

"plugins-overides.php"

???

Or shall we place this in one of the functions files already available?