Make WordPress Core


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

Twenty Fourteen: Document the twentyfourteen_credits action hook.

Follow-up to [24832], [60738], [60739], [60740].

Props pmbaldha, sabernhardt.
See #63648.

File:
1 edited

Legend:

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

    r59158 r60742  
    1919
    2020                        <div class="site-info">
    21                                 <?php do_action( 'twentyfourteen_credits' ); ?>
     21                                <?php
     22                                /**
     23                                 * Fires before the Twenty Fourteen footer text for footer customization.
     24                                 *
     25                                 * @since Twenty Fourteen 1.0
     26                                 */
     27                                do_action( 'twentyfourteen_credits' );
     28                                ?>
    2229                                <?php
    2330                                if ( function_exists( 'the_privacy_policy_link' ) ) {
Note: See TracChangeset for help on using the changeset viewer.