Skip to content

Instantly share code, notes, and snippets.

View cezarsg's full-sized avatar

CEZAR SILVA GOMES cezarsg

  • Brazil, Paraná, Curitiba
View GitHub Profile
/*Desenvolvido por Dante Testa + ASK Jarvis*/
/*Coloque esse código no functions.php do seu tema */
function views_shortcode( $atts ) {
$a = shortcode_atts( array(
'print' => '0',
'count' => '0',
), $atts );