Skip to content

Instantly share code, notes, and snippets.

@raulillana
Last active August 29, 2015 13:57
Show Gist options
  • Save raulillana/9831164 to your computer and use it in GitHub Desktop.
Save raulillana/9831164 to your computer and use it in GitHub Desktop.
Types + TML Frontend Profile Fix. Little hack to make TML frontend profile page work with WPTypes custom fields.
<?php
add_action('init', 'types_tml_fix');
/** Types + TML frontend profile fix */
function types_tml_fix()
{
if( !is_admin() ) require WPCF_EMBEDDED_ABSPATH .'/admin.php';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment