Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

<?php
function service_box_shortcode($atts){
extract( shortcode_atts( array(
'title'=> '',
'desc' => '',
'type' => 1,
'link_to_page' => '',
'link_to_external' => '',