Created
June 27, 2016 09:10
-
-
Save barrykooij/16dcb0b7313eb43e035dc8df55ab5068 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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