Skip to content

Instantly share code, notes, and snippets.

View ulaulaman's full-sized avatar

Gianluigi Filippelli ulaulaman

View GitHub Profile
<?php
/**
* Handle Team shortcode.
*
* @param array $attr Array of shortcode attributes.
* @return string $output HTML
*/
function maintainn_team_shortcode( $attr = array() ) {
// Get post object.