Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created May 13, 2020 18:46
Show Gist options
  • Save ibndawood/0b8e217123d959ce9d18d0900ecf0f98 to your computer and use it in GitHub Desktop.
Save ibndawood/0b8e217123d959ce9d18d0900ecf0f98 to your computer and use it in GitHub Desktop.
Front - Change the pre text in Single Job v2
add_filter( 'front_single_job_listing_v2_apply_job_form_pretitle_text', 'fr_child_single_job_listing_v2_apply_job_form_pretitle_text', 10 );
function fr_child_single_job_listing_v2_apply_job_form_pretitle_text( $text ) {
return esc_html__( 'Join Amai', 'front' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment