Changeset 12846 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-meta-sync.php
- Timestamp:
- 08/17/2023 05:16:41 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-meta-sync.php
r10230 r12846 3 3 4 4 use WordPressdotorg\Plugin_Directory\Plugin_Directory; 5 use WordPressdotorg\Plugin_Directory\Standalone\Plugins_Info_API; 5 6 6 7 /** … … 182 183 // Update the API endpoints with the new data 183 184 API_Update_Updater::update_single_plugin( $row->post_name ); 185 Plugins_Info_API::flush_plugin_information_cache( $row->post_name ); 184 186 185 187 if ( $i % 100 === 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.