[wp-trac] [WordPress Trac] #60318: Update URI: false - sometimes not working

WordPress Trac noreply at wordpress.org
Tue May 7 13:08:56 UTC 2024


#60318: Update URI: false - sometimes not working
--------------------------+------------------------------
 Reporter:  apedog        |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Plugins       |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by siliconforks):

 Replying to [ticket:60318 apedog]:
 > The experience has been very inconsistent throughout.

 Are you sure this isn't a caching issue?  It sounds a lot like a caching
 issue.

 Note that WordPress does not check/recheck for updates every time the
 Plugins page is loaded - it stores update information in the transient
 cache.  So if you change/add/remove the `Update URI` header, that may not
 take effect immediately - you will have to wait for the transient to
 expire.  If you want it to take effect immediately, I think this WP-CLI
 command will work:
 {{{
 wp transient --network delete update_plugins
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/60318#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list