"", ), $atts); $html = ''; $post_id = $atts['id']; $team_themes = get_post_meta( $post_id, 'team_themes', true ); $class_team_functions = new class_team_functions(); $team_themes_dir = $class_team_functions->team_themes_dir(); $team_themes_url = $class_team_functions->team_themes_url(); //var_dump($team_themes_url); echo ''; include $team_themes_dir[$team_themes].'/index.php'; return $html; } } new class_team_shortcodes();