Action Reference / iworks upprev image

Description

iworks_upprev_image is a action called for post without thumbnail..

Use this action to add default image to all entries without thumbnail.

Usage

add_action( 'iworks_upprev_image' , 'default_image' );
function default_image()
{
    echo '<img src="image.png" alt="" />';
}

Change Log

Leave a Reply

Your email address will not be published. Required fields are marked *