- Timestamp:
- 10/20/2020 05:37:16 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r48968 r49241 230 230 'compatibility' => new stdClass(), 231 231 ); 232 232 233 $filter_payload = (object) array_merge( $filter_payload, array_intersect_key( $plugin_data, $filter_payload ) ); 233 234 234 $type = 'plugin'; 235 /** This filter is documented in wp-admin/includes/class-wp-automatic-updater.php */ 236 $auto_update_forced = apply_filters( "auto_update_{$type}", null, $filter_payload ); 235 $auto_update_forced = wp_is_auto_update_forced_for_item( 'plugin', null, $filter_payload ); 237 236 238 237 if ( ! is_null( $auto_update_forced ) ) {
Note: See TracChangeset
for help on using the changeset viewer.