learndash_pagination_after_wrapper do_action( 'learndash_pagination_after_wrapper' ) Fires after the pagination wrapper. ContentsDescription Source Examples 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