Hi
how can I get this label name in the form, so that i can use this as a sender name in email,
$from_name = 'WordPress';
to:
$from_name = get_option('blogname');
Instead of blog name I want to set label name, could u help me ?
Hi
how can I get this label name in the form, so that i can use this as a sender name in email,
$from_name = 'WordPress';
to:
$from_name = get_option('blogname');
Instead of blog name I want to set label name, could u help me ?