Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #62619, comment 4


Ignore:
Timestamp:
12/02/2024 09:52:03 PM (6 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62619, comment 4

    v1 v2  
    1818{{{
    1919add_action(
    20     'admin_head',
     20    'in_admin_header', // or 'admin_head', or any other hook that fires while HTML is outputted.
    2121    function() {
    2222        echo '<script>anything goes here</script>';