Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: unable to view user profile with custom fields; using Theme My Login

$
0
0

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');
}

Viewing all articles
Browse latest Browse all 20145

Trending Articles