I wish to use a function which is run only when a specific custom field is available.
Something like:
if (custom_field_x_exists("name_of_the_custom_field")) :
<Do some things>;
endif;
How might it be done?
|
I wish to use a function which is run only when a specific custom field is available. Something like:
How might it be done? |
|||
|
|
|
I think this should help
|
|||||
|
|