Make WordPress Core


Ignore:
Timestamp:
09/15/2025 12:12:05 PM (11 months ago)
Author:
SergeyBiryukov
Message:

Twenty Thirteen: Document the twentythirteen_credits action hook.

Follow-up to [23452], [60738], [60739].

Props pmbaldha, sabernhardt.
See #63648.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/footer.php

    r52013 r60740  
    1616
    1717                        <div class="site-info">
    18                                 <?php do_action( 'twentythirteen_credits' ); ?>
     18                                <?php
     19                                /**
     20                                 * Fires before the Twenty Thirteen footer text for footer customization.
     21                                 *
     22                                 * @since Twenty Thirteen 1.0
     23                                 */
     24                                do_action( 'twentythirteen_credits' );
     25                                ?>
    1926                                <?php
    2027                                if ( function_exists( 'the_privacy_policy_link' ) ) {
Note: See TracChangeset for help on using the changeset viewer.