This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Handle Team shortcode. | |
* | |
* @param array $attr Array of shortcode attributes. | |
* @return string $output HTML | |
*/ | |
function maintainn_team_shortcode( $attr = array() ) { | |
// Get post object. |