jetpack_top_posts_saving, $instance, $new_instance

jetpack_top_posts_saving, $instance, $new_instance

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_top_posts_saving, $instance, $new_instance') is found 1 times:

  • /modules/widgets/top-posts.php line 283
    		 *
    		 * @param array $instance The santized widget instance. Only contains data processed by the current widget.
    		 * @param array $new_instance The new widget instance before sanitization.
    		 */
    		$instance = apply_filters( 'jetpack_top_posts_saving', $instance, $new_instance );
    
    		return $instance;
    	}
    
    	/**
    	 * Outputs the HTML for this widget.