widget_form_callback

widget_form_callback

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('widget_form_callback') is found 1 times:

  • /wp-includes/class-wp-widget.php line 530
    		 *
    		 * @param array     $instance The current widget instance's settings.
    		 * @param WP_Widget $widget   The current widget instance.
    		 */
    		$instance = apply_filters( 'widget_form_callback', $instance, $this );
    
    		$return = null;
    
    		if ( false !== $instance ) {
    			$return = $this->form( $instance );
    
    

See this hook used in plugins: