Skip to content

Instantly share code, notes, and snippets.

View Luisoncm's full-sized avatar
💻
Just coding

Luis Colomé Luisoncm

💻
Just coding
View GitHub Profile
<?php
/**
* Add 'page-attributes' to Portfolio Post Type
*
* @param array $args, arguments passed to register_post_type
* @return array $args
*/
function be_portfolio_post_type_args( $args ) {