01 Jun trial12
// Add to your theme's functions.php filefunction pinnertest_portal_shortcode($atts) { $atts = shortcode_atts(array( 'height' => '800px', 'role' => 'client' ), $atts); ...
// Add to your theme's functions.php filefunction pinnertest_portal_shortcode($atts) { $atts = shortcode_atts(array( 'height' => '800px', 'role' => 'client' ), $atts); ...