video[$post_content]->url public function skbp_vimeo_player( $post_content = 0 ) { $xml = simplexml_load_string( self::skbp_vimeo_support_url() ); // echo '
'; print_r($xml->video[0]->url); echo '
'; $post_content = 0; $output = ''; $output .= '

' . __( 'Recent Video', 'skbp' ) . '

'; $output .= '
'; $output .= '[embed]' . $xml->video[$post_content]->url . '[/embed]'; $output .= '
'; return do_shortcode($output); }