• Resolved Stranek

    (@stranek)


    Hello all work ok post will be added but i cant add jpeg format why ?

    I have this error:
    2015-10-13 21:16.34: [WARNING] Extension not allowed:/var/www/elo/data/www/trendmoto.pl/wp-content/uploads/2015/10/dsc6225_q.jpeg
    2015-10-13 21:16.34: [WARNING] Stripped src.

    I can change it beacuse i have the same rss 4 month now i have problem

    https://ww.wp.xz.cn/plugins/wpematico/

Viewing 1 replies (of 1 total)
  • Plugin Author etruel

    (@etruel)

    hi Stranek
    this will be fixed in next version to include also jpeg files. will be released next week.

    if you can’t wait, for advanced users there is also a filter to change allowed files types:

    You can try add on your theme functions.php or somewhere:

    add_filter('wpematico_allowext', 'my_allowed_ext',10,1);
    function my_allowed_ext($exts) {
        return $exts.',jpeg';
    }

    Note, the code was not tested, is just an example.

Viewing 1 replies (of 1 total)

The topic ‘Jpeg format problem’ is closed to new replies.