Changes between Version 1 and Version 2 of Ticket #40508, comment 13
- Timestamp:
- 06/09/2025 08:13:01 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40508, comment 13
v1 v2 19 19 add_action('after_get_footer', 'test_footer_after', 10, 2); 20 20 function test_footer_after($name, $args) { 21 echo '<!-- Testing get_footer_after action -->';21 echo '<!-- Testing after_get_footer action -->'; 22 22 echo "<!-- Footer name: " . esc_html($name) . " -->"; 23 23 } … … 33 33 - `<!-- Testing after_get_header action -->` 34 34 - `<!-- Header name: header -->` 35 - `<!-- Testing get_footer_after action -->`35 - `<!-- Testing after_get_footer action -->` 36 36 - `<!-- Footer name: footer -->`