Reply To: Change minimum experience in HRM Recruitment

Front Page Forums HRM Change minimum experience in HRM Recruitment Reply To: Change minimum experience in HRM Recruitment

#24011
rafsuntaskin
Participant

Hi Max,

You can simply alter the Label using erp_recruitment_minimum_experience filter. Use this snippet below and change the label as needed. You can change other labels as wel,l you can look into wp-content/plugins/erp-recruitment/includes/functions-recruitment.php line 50. for more details


function rt_change_min_exp_label( $min_exp ) {
    $min_exp['Fresher'] =  __( 'Too Fresher', 'wp-erp-rec' );
    return $min_exp;
}
add_filter( 'erp_recruitment_minimum_experience', 'rt_change_min_exp_label' );

Let us know if you have any other queries.

Thanks

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We received your message

We will reach you with your email address soon. Thank you for the time!