jetpack_top_posts_saving, $instance, $new_instance
jetpack_top_posts_saving, $instance, $new_instance
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_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.