Buzón de consultas
Contacto
Dirección Calle Arquitecto Pérez Carasa, 20, 21003, Huelva
Teléfono +34 959 605 430
Email info@eletton.com
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' ); ?>
Dirección Calle Arquitecto Pérez Carasa, 20, 21003, Huelva
Teléfono +34 959 605 430
Email info@eletton.com