Changes between Version 2 and Version 3 of Ticket #62619, comment 4
- Timestamp:
- 12/02/2024 09:55:09 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62619, comment 4
v2 v3 18 18 {{{ 19 19 add_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. 21 21 function() { 22 22 echo '<script>anything goes here</script>';