Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11663
    meow
    Member

    Hi Guys,

    I wonder what changes were made to your 2.5 update?
    I see no change log in the file?

    What does this code do?

    <?php
    /**
    * catchbox_after_content hook
    *
    */
    do_action( ‘catchbox_after_content’ ); ?>

    </div><!– #primary –>

    <?php
    /**
    * catchbox_after_primary hook
    *
    */
    do_action( ‘catchbox_after_primary’ ); ?>

    Thank you very much…

    #11684
    Sakin
    Keymaster

    @meow: You can see the change log at http://catchthemes.com/changelogs/catch-box-theme/.

    Those are action hooks which are very important if you need to customize the theme using child theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changes Made in 2.5 Updates?’ is closed to new replies.