friends_post_footer_first - akirk/friends GitHub Wiki

This template contains the content footer part for an article on /friends/.

Auto-generated Example

add_action(
   'friends_post_footer_first',
    function() {
        // Your code here.
    }
);

Files

do_action( 'friends_post_footer_first' )

← All Hooks