This file contains 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
<div id="showcase-video"> | |
<div class="lyrics-youtube"></div> | |
</div> | |
<div id="subs"></div> | |
<script> | |
document.addEventListener( "DOMContentLoaded", function() { | |
var pop = Popcorn.youtube( ".lyrics-youtube", "https://www.youtube.com/watch?v=Z7gbtEcA7BE", { | |
defaults: { | |
subtitle: { |
This file contains 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 | |
/* | |
Plugin Name: Convert Custom Taxonomy to Custom Post Type | |
Plugin URI: N/A | |
Description: A plugin to convert a Custom Taxonomy to a Custom Post Type and transfer associated metadata. | |
Version: 0.1 | |
Author: Strap1 | |
Author URI: http:/www.hiphopinenglish.com | |
/** Convert Taxonomy '%name%' to CPT '%name%' **/ |