REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1010 B
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/essential-grid/includes/widgets/grids-widget.pagination.class.php
Text
Base64
<?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 ''; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
grids-widget.abstract.class.php
3.60 KB
lrw-r--r--
2025-04-30 03:18:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
grids-widget.areas.class.php
2.85 KB
lrw-r--r--
2025-04-30 03:18:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
grids-widget.cart.class.php
974 B
lrw-r--r--
2025-04-30 03:18:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
grids-widget.class.php
4.59 KB
lrw-r--r--
2025-04-30 03:18:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
grids-widget.filter.class.php
997 B
lrw-r--r--
2025-04-30 03:18:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
grids-widget.pagination-left.class.php
1.02 KB
lrw-r--r--
2025-04-30 03:18:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
grids-widget.pagination-right.class.php
1.03 KB
lrw-r--r--
2025-04-30 03:18:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
grids-widget.pagination.class.php
1010 B
lrw-r--r--
2025-04-30 03:18:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
grids-widget.sorting.class.php
1.04 KB
lrw-r--r--
2025-04-30 03:18:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).