Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Created March 22, 2016 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikejolley/fb32936bd5c6605bf2a3 to your computer and use it in GitHub Desktop.
Save mikejolley/fb32936bd5c6605bf2a3 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