Nevermind, I figured this out. Hopefully this will help someone else trying to do the same thing:
Use code like:
$myarray = get_option( 'wpcf-custom-types', 'nothing' ); echo "desc:" . $myarray["my_custom_post_type_name"]["description"]. "<br>";
Nevermind, I figured this out. Hopefully this will help someone else trying to do the same thing:
Use code like:
$myarray = get_option( 'wpcf-custom-types', 'nothing' ); echo "desc:" . $myarray["my_custom_post_type_name"]["description"]. "<br>";