function jb_editor_content( $content ) {
// Polylang sets the 'from_post' parameter
if ( isset( $_GET['from_post'] ) ) {
$my_post = get_post( $_GET['from_post'] );
if ( $my_post )
return $my_post->post_content;
}
return $content;
}
add_filter( 'default_content', 'jb_editor_content' );
// Copiar titulo al crear traduccion desde post...
function jb_editor_title( $title ) {
// Polylang sets the 'from_post' parameter
if ( isset( $_GET['from_post'] ) ) {
$my_post = get_post( $_GET['from_post'] );
if ( $my_post )
return $my_post->post_title;
}
return $title;
}
add_filter( 'default_title', 'jb_editor_title' );
?>
Recursos humanos | Eletton
Seleccionar página
Recursos humanos
¡Trabaja con nosotros!
Haznos llegar tus datos personales, tu curriculum y únete a nuestros equipos de trabajo.
¿Necesitas personal para tus proyectos?
Contacta con nosotros y ponemos a su disposición todo el personal técnico que necesita para su empresa y la ejecución de sus proyectos. Recursos humanos con toda la formación necesaria y certificados médicos al día. Rellene el formulario de solicitud para recibir disponibilidad, condiciones y tarifas.