Select Page

Type of widgets and shortcodes.

Parameters

  1. type – select or radio type of widgets and shortcodes.

Usage

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

add_filter( 'ce_widget_type', 'change_ce_widget_type' );
?>