whatsthebigidea
Aug 22, 2010, 05:03 PM
I'm trying to embed a WordPress plug-in shortcut function within another:
<img src="<?php
$url = '<?php if(function_exists('get_custom_field_data')) {
get_custom_field_data('web', true);
} ?>';
$width = 300;
echo bm_mshot ($url, $width);
?>" />
Any direction is appreciate.
Thanks
<img src="<?php
$url = '<?php if(function_exists('get_custom_field_data')) {
get_custom_field_data('web', true);
} ?>';
$width = 300;
echo bm_mshot ($url, $width);
?>" />
Any direction is appreciate.
Thanks