wp change num word exerpct

function my_excerpt_length($length){
return 80;
}
add_filter(‘excerpt_length’, ‘my_excerpt_length’);
Ashamed Anaconda