'' ), $atts, 'planist'); return $this->iframe($atts['url']); } private function iframe($url) { $path = parse_url($url)['path']; if (strpos($path, '/') !== 0) { $path = '/' . $path; } $username = explode('/', $path)[1]; $url = 'https://app.planist.fr' . $path; $style = 'border: none;min-height: 500px;width: 100%;'; $style = apply_filters('planist_iframe_style', $style, $url); return ''; } } new Planist();