WC_Twenty_Nineteen::tweak_theme_features()

Tweak Twenty Nineteen features.


Description Description


Source Source

File: includes/theme-support/class-wc-twenty-nineteen.php

	public static function tweak_theme_features() {
		if ( is_woocommerce() ) {
			add_filter( 'twentynineteen_can_show_post_thumbnail', '__return_false' );
		}
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.