Skip to content

Instantly share code, notes, and snippets.

View internick2017's full-sized avatar
🏠
Working from home

Nick Granados internick2017

🏠
Working from home
View GitHub Profile
@internick2017
internick2017 / index.php
Created March 24, 2021 12:08 — forked from codigoconjuan/index.php
Plugin para proyecto WP
// Registrar Custom Post Type
function gymfitness_clases_post_type() {
$labels = array(
'name' => _x( 'Clases', 'Post Type General Name', 'gymfitness' ),
'singular_name' => _x( 'Clase', 'Post Type Singular Name', 'gymfitness' ),
'menu_name' => __( 'Clases', 'gymfitness' ),
'name_admin_bar' => __( 'Clase', 'gymfitness' ),
'archives' => __( 'Archivo', 'gymfitness' ),
@internick2017
internick2017 / fork-me-fcc-test-suite-template.markdown
Created March 30, 2020 14:16
Fork Me! FCC: Test Suite Template