ID;
}
else {
return;
}
}
$temp = trim(stripslashes(get_option('wct_styling')));
if($temp) {
$style = ' style="'. $temp . '"';
}
$src = trim(get_post_meta($pid, 'wct_thumb',true));
$hasThumb = ('' != $src && 'none' != $src);
if($hasThumb) {
echo '';
}
else {
echo trim(stripslashes(get_option('wct_nothumb')));
}
return $hasThumb;
}
/**
* wct_admin_head function.
*
* @access public
* @return void
*/
function wct_admin_head() {
global $post;
global $wct_plugin_url;
?>
.
