Browse: Home / Hooks / learndash_pagination_after_wrapper do_action( 'learndash_pagination_after_wrapper' ) Fires after the pagination wrapper. ContentsDescription Source Examples Related @package Description # Source # File: themes/ld30/templates/modules/pagination.php Examples # <?php /** * Example usage for learndash_pagination_after_wrapper action. */ add_action( 'learndash_pagination_after_wrapper', function() { echo '<div>Custom content or markup</div>'; } ); Expand example code Copy to clipboard Related # @package # LearnDash