Skip to content

Instantly share code, notes, and snippets.

View andreasciamanna's full-sized avatar

Andrea andreasciamanna

View GitHub Profile
<?php
function wpml_the_content_filter( $content ) {
global $post, $sitepress;
$element_type = 'post_' . $post->post_type;
$trid = $sitepress->get_element_trid( $post->ID, 'post_' . $post->post_type );
$element_translations = apply_filters( 'wpml_get_element_translations', null, $trid, $element_type );
$translation_type = apply_filters( 'wpml_element_translation_type', null, $post->ID, $post->post_type );