ver 0.1.0
This describes the functionality to user the api v1 of api, any problem or request please contact to HydraLab
| from PIL import Image, ExifTags | |
| import datetime | |
| import PIL | |
| import sys | |
| import os, os.path | |
| imgs = list() | |
| if len(sys.argv) > 1: | |
| path = str(sys.argv[1]) if str(sys.argv[1]) and str(sys.argv[1]) != '' else "./" |
| /** | |
| * Registry of Actions for Custom Post Types & Custom Field Types | |
| * @since Hadron 1.0 | |
| */ | |
| /** Theme Options */ | |
| add_theme_support( 'post-thumbnails' ); | |
| //add_image_size('slider_home', 1380, 800, true); | |
| /** Actions **/ | |
| add_action( 'init', 'create_post_type' ); |
ver 0.1.0
This describes the functionality to user the api v1 of api, any problem or request please contact to HydraLab
| -- Host: localhost:8889 | |
| -- Generation Time: Aug 29, 2014 at 05:26 PM | |
| -- Server version: 5.5.34 | |
| -- PHP Version: 5.5.10 | |
| SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; | |
| SET time_zone = "+00:00"; | |
| -- | |
| -- Database: `estados_municipios` |