PHP 8.2.31
Preview: grids-widget.pagination.class.php Size: 1010 B
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/essential-grid/includes/widgets/grids-widget.pagination.class.php

<?php
/**
 * @package   Essential_Grid
 * @author    ThemePunch <info@themepunch.com>
 * @link      https://www.essential-grid.com/
 * @copyright 2025 ThemePunch
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit();
}

/**
 * Adds Pagination Widgets
 * @since 1.0.6
 */
class Essential_Grids_Widget_Pagination extends Essential_Grids_Widget_Abstract {

	public function __construct() {
		parent::__construct(
			'ess-grid-widget-pagination',
			esc_attr__( 'Essential Grid Pagination', 'essential-grid' ),
			[
				'classname'   => 'widget_ess_grid_pagination',
				'description' => esc_attr__( 'Display the pagination of a certain Grid (Grid Navigation Settings in Navigations tab of the Grid has to be set to Widget)', 'essential-grid' )
			]
		);
	}

	/**
	 * @inheritdoc
	 */
	protected function _widget_body( $alias, $instance ) {
		if ( Essential_Grid_Base::is_shortcode_with_handle_exist( $alias ) ) {
			$eg_nav = new Essential_Grid_Navigation();
			return $eg_nav->output_pagination();
		}
		return '';
	}

}

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
3.60 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
2.85 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
974 B lrw-r--r-- 2025-04-30 03:18:09
Edit Download
4.59 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
997 B lrw-r--r-- 2025-04-30 03:18:09
Edit Download
1.02 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
1.03 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download
1010 B lrw-r--r-- 2025-04-30 03:18:09
Edit Download
1.04 KB lrw-r--r-- 2025-04-30 03:18:09
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).