Skip to content
Snippets Groups Projects
Commit fadafb12 authored by Kevin Cristiano's avatar Kevin Cristiano :earth_americas:
Browse files

remove update nag

parent 0707e76e
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,12 @@
* @package Tc_Core_Update_Minor
*/
add_filter( 'allow_major_auto_core_updates', '__return_false' );
\ No newline at end of file
add_filter( 'allow_major_auto_core_updates', '__return_false' );
add_action(
'admin_notices',
function() {
remove_action( 'admin_notices', 'update_nag', 3 );
},
2
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment