Make WordPress Core

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62619, comment 4

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