Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119558

ebasa on "[Plugin: upPrev] Thumbnails not working after installing code"

$
0
0

Hi Marcin,

I changed the code to the code below, but it still isn't working.

<?php
add_action( 'iworks_upprev_image' , 'default_image' );
function default_image()
{
return '<img src="proper image uri" alt="" />';
}

Am I doing something wrong?


Viewing all articles
Browse latest Browse all 119558

Trending Articles