Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #40508, comment 13


Ignore:
Timestamp:
06/09/2025 08:13:01 AM (8 months ago)
Author:
sainathpoojary
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40508, comment 13

    v1 v2  
    1919add_action('after_get_footer', 'test_footer_after', 10, 2);
    2020function test_footer_after($name, $args) {
    21     echo '<!-- Testing get_footer_after action -->';
     21    echo '<!-- Testing after_get_footer action -->';
    2222    echo "<!-- Footer name: " . esc_html($name) . " -->";
    2323}
     
    3333  - `<!-- Testing after_get_header action -->`
    3434  - `<!-- Header name: header -->`
    35   - `<!-- Testing get_footer_after action -->`
     35  - `<!-- Testing after_get_footer action -->`
    3636  - `<!-- Footer name: footer -->`