- Timestamp:
- 10/20/2020 05:37:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r49108 r49241 182 182 $filter_payload = array_merge( $filter_payload, array_intersect_key( $theme_data, $filter_payload ) ); 183 183 184 $type = 'theme'; 185 /** This filter is documented in wp-admin/includes/class-wp-automatic-updater.php */ 186 $auto_update_forced = apply_filters( "auto_update_{$type}", null, (object) $filter_payload ); 184 $auto_update_forced = wp_is_auto_update_forced_for_item( 'theme', null, $filter_payload ); 187 185 188 186 if ( ! is_null( $auto_update_forced ) ) {
Note: See TracChangeset
for help on using the changeset viewer.