[wp-trac] [WordPress Trac] #45529: Can't Remove wp496_privacy From WP_Internal_Pointers
WordPress Trac
noreply at wordpress.org
Fri Dec 7 22:52:34 UTC 2018
#45529: Can't Remove wp496_privacy From WP_Internal_Pointers
----------------------------+------------------------------
Reporter: daleharrison | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 4.9.8
Severity: normal | Resolution:
Keywords: close | Focuses:
----------------------------+------------------------------
Changes (by swissspidy):
* keywords: => close
Comment:
You should be able to do this:
{{{#!php
<?php
add_action(
'admin_enqueue_scripts',
function() {
remove_action( 'admin_print_footer_scripts', array(
'WP_Internal_Pointers', 'wp496_privacy' ) );
}
};
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45529#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list