Skip to content

Instantly share code, notes, and snippets.

@chaselivingston
Created March 22, 2016 14:29
Show Gist options
  • Save chaselivingston/20a0837b9dd2905c0d2f to your computer and use it in GitHub Desktop.
Save chaselivingston/20a0837b9dd2905c0d2f to your computer and use it in GitHub Desktop.
add_filter( 'pre_option_job_manager_alerts_page_id', 'wpml_pre_option_job_manager_alerts_page_id' );
function wpml_pre_option_job_manager_alerts_page_id( $id ) {
return icl_object_id( $id, 'post', true );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment