I'm trying to embed a WordPress plug-in shortcut function within another:
Any direction is appreciate.Code:<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);
?>" />
Thanks