I just figured this out myself. I added the following code to functions.php:
if (!function_exists('types_tml_fix')){ function types_tml_fix(){ require WPCF_EMBEDDED_ABSPATH . "/admin.php"; } add_action('init', 'types_tml_fix'); }
I just figured this out myself. I added the following code to functions.php:
if (!function_exists('types_tml_fix')){ function types_tml_fix(){ require WPCF_EMBEDDED_ABSPATH . "/admin.php"; } add_action('init', 'types_tml_fix'); }