Exemple #1
0
function get_wptouch_the_content()
{
    $my_wp_content = apply_filters('the_content', wptouch_get_content());
    $my_wp_content = str_replace(home_url('/wp-content') . '/uploads', sahinn_blog_m_source_f() . '/uploads', $my_wp_content);
    $my_wp_content = str_replace('http://115.28.159.142/wp-content/uploads', sahinn_blog_m_source_f() . '/uploads', $my_wp_content);
    echo $my_wp_content;
}
function wptouch_the_content()
{
    echo apply_filters('the_content', wptouch_get_content());
}