00 Day
00 Hour
00 Min
00 Sec

Change minimum experience in HRM Recruitment

Home Forums HRM Change minimum experience in HRM Recruitment

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #24007
      Max.Ferreira
      Participant

      Hi there,

      I’m wondering if there is a way to change “Fresher” from the minimum experience field to something else ?
      I guess this involves some modifications in the core files of the HRM Recruitment extension ?

      If yes which file ?

      Thanks in advance for the help.
      Kind regards,
      Max.

    • #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

Viewing 1 reply thread
  • The forum ‘HRM’ is closed to new topics and replies.

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 query

We will reply to you very soon :)