Title: Widgets Sidebar
Last modified: August 20, 2016

---

# Widgets Sidebar

 *  [cbdyas](https://wordpress.org/support/users/cbdyas/)
 * (@cbdyas)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/widgets-sidebar/)
 * When using the filter:
 *     ```
       add_filter('widget_display_callback', 'function_name');
   
       function function_name($instance) {
          /* Some Code */
          return $instance;
       }
       ```
   
 * Is it possible to determine the sidebar name and/or ID the particular widget 
   instance is located within “function_name”?

The topic ‘Widgets Sidebar’ is closed to new replies.

## Tags

 * [instance](https://wordpress.org/support/topic-tag/instance/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * 0 replies
 * 1 participant
 * Last reply from: [cbdyas](https://wordpress.org/support/users/cbdyas/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/widgets-sidebar/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
