Change minimum experience in HRM Recruitment

Front Page 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
  • You must be logged in to reply to this topic.

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!