Skip to content

Instantly share code, notes, and snippets.

@cbeltr2020
cbeltr2020 / Functions.php
Created March 26, 2020 23:08
wordpress Functions.php
<?php
/**
* Functions.php contains all the core functions for your theme to work properly.
* Please do not edit this file!!
*
* @since 1.0
*/
// Theme info
function wpex_get_theme_info( $return = 'array' ) {