File "codepen.php"

Full Path: /home/warrior1/public_html/plugins/jetpack/modules/shortcodes/codepen.php
File size: 265 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * CodePen embed
 *
 * Example URL: http://codepen.io/css-tricks/pen/wFeaG
 *
 * @package automattic/jetpack
 */

// Register oEmbed provider.
wp_oembed_add_provider( '#https?://codepen.io/([^/]+)/pen/([^/]+)/?#', 'https://codepen.io/api/oembed', true );