# ultimate-post/1.0.7/blocks/template/loadmore.php

Post Grid Gutenberg Blocks – PostX, version 1.0.7. 6 lines.

- Page: https://pluginprobe.com/plugins/ultimate-post/1.0.7/code/blocks/template/loadmore.php
- Raw: https://pluginprobe.com/plugins/ultimate-post/1.0.7/raw/blocks/template/loadmore.php
- Modified: 2019-11-28T16:37:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ultimate-post/1.0.7/code/blocks/template/loadmore.php#L10-L20`.

```php
<?php
defined('ABSPATH') || exit;

$wraper_after .= '<div class="ultp-loadmore">';
    $wraper_after .= '<span class="ultp-loadmore-action" data-pages="'.$pageNum.'" data-pagenum="1" data-blockid="'.$attr['blockId'].'" data-blockname="ultimate-post_'.$block_name.'" data-postid="'.$page_post_id.'">Load More <span class="ultp-spin">'.ultimate_post()->svg_icon('refresh').'</span></span>';
$wraper_after .= '</div>';
```
