[wp-trac] [WordPress Trac] #30855: wp_get_update_data() calls are not pluggable
WordPress Trac
noreply at wordpress.org
Thu Jun 18 00:36:47 UTC 2015
#30855: wp_get_update_data() calls are not pluggable
----------------------------+------------------------------
Reporter: szepe.viktor | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 4.1
Severity: normal | Resolution:
Keywords: | Focuses:
----------------------------+------------------------------
Comment (by jorbin):
do the following filters in place already not work for this?
{{{
remove_action( 'admin_init', '_maybe_update_core' );
remove_action( 'admin_init', '_maybe_update_plugins' );
remove_action( 'admin_init', '_maybe_update_themes' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30855#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list