Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save barrykooij/16dcb0b7313eb43e035dc8df55ab5068 to your computer and use it in GitHub Desktop.
Save barrykooij/16dcb0b7313eb43e035dc8df55ab5068 to your computer and use it in GitHub Desktop.
function wpcm_my_custom_transmissions( $transmissions ) {
$transmissions['4-speed-automatic'] = '4 speed automatic';
}
add_filter('wpcm_transmissions', 'wpcm_my_custom_transmissions');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment