Code-Snippets-Functions/Execute a function on a child site/WooCommerce/remove-woocommerce-updater-notice.txt
2018-09-26 21:16:13 -06:00

3 lines
71 B
Text

<?php
remove_action( 'admin_notices', 'woothemes_updater_notice' );
?>