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
// https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.js | |
// SAMPLE https://jsfiddle.net/ningunaparte/9gm68vmn/ | |
var nowDate = new Date(); | |
// ES LOCATION | |
// d3.locale Spanish Spain / Español | |
// https://github.com/mbostock/d3/wiki/Localization | |
var es_ES = { |
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 | |
# Register custom post types on the 'init' hook. | |
add_action( 'init', 'my_register_post_types' ); | |
/** | |
* Registers post types needed by the plugin. | |
* | |
* @since 1.0.0 | |
* @access public |