Question about mfn_builder_print
Dear,
Please, can you provide information us about "mfn_builder_print"
In the previous version of the theme, we use this function for content including in some parts of the website but with the last version, we don't have this function and we can't call single template of CPT.
Do you have some suggestion about how we can use it with new theme?
Best regards.
Comments
$mfn_builder = new Mfn_Builder_Front(get_the_ID());
$mfn_builder->show();
Thanks