Hi @stevegayler,
The developer told me to use this function, I’m using it in each module I need to show or not:
function_exists(‘get_field’) && !!get_field(‘pdf_file’)
and
function_exists(‘get_field’) && !!get_field(‘pdf_link’)
Notice I’m using ‘pdf_file’ and ‘pdf_link’ depending on what ACF I need to show.
I’m sorry if I can’t be more helpful, I suggest you ask the developer.
Best,
Jere.
-
This reply was modified 4 years, 7 months ago by jeresmash.