Your IP : 216.73.216.59


Current Path : /home/quelfutuu/www/plugins/auto/oembed/v3.5.1/oembed/input/
Upload File :
Current File : /home/quelfutuu/www/plugins/auto/oembed/v3.5.1/oembed/input/pretraite_publish_twitter_com.php

<?php

/**
 * Plugin oEmbed
 * Licence GPL3
 *
 */

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}

function oembed_input_pretraite_publish_twitter_com_dist($data_url, $args) {

	if (isset($args['url']) and strpos($args['url'], '#!/') !== false) {
		$url = str_replace('#!/', '', $args['url']);
		$data_url = parametre_url($data_url, 'url', $url, '&');
		$args['url'] = $url;
	}

	return $data_url;
}