Select Page

Type of widgets and shortcodes.

Parameters

  1. type – type of widgets and shortcodes.

Usage

<?php
function change_products_of_day_widget_type ( $type ) {
//your code here
    return $type;
}

add_filter( 'products_of_day_widget_type', 'change_products_of_day_widget_type' );
?>