Remove 'All' prefix from the filter
function awsm_jobs_filter_label( $label ) {
return str_replace( 'All ', '', $label );
}
add_filter( 'awsm_filter_label', 'awsm_jobs_filter_label' );Last updated
function awsm_jobs_filter_label( $label ) {
return str_replace( 'All ', '', $label );
}
add_filter( 'awsm_filter_label', 'awsm_jobs_filter_label' );Last updated