VIDEOCORSI
// Add Shortcode
function custom_shortcode( $atts ) {
// Attributes
extract( shortcode_atts(
array(
'CATEGORY' => '',
), $atts )
);
// Code
CODICE
}
add_shortcode( 'VIDEOCORSI', 'custom_shortcode' );
// Add Shortcode
function custom_shortcode( $atts ) {
// Attributes
extract( shortcode_atts(
array(
'CATEGORY' => '',
), $atts )
);
// Code
CODICE
}
add_shortcode( 'VIDEOCORSI', 'custom_shortcode' );