Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
www
/
wp-content
/
plugins
/
forminator
/
library
/
modules
/
polls
/
admin
/
📝 Editing: admin-renderer-entries.php
<?php /** * The Forminator_Poll_Renderer_Entries class. * * @package Forminator */ if ( ! defined( 'ABSPATH' ) ) { die(); } /** * Class Forminator_Poll_Renderer_Entries * * @since 1.0.5 */ class Forminator_Poll_Renderer_Entries extends Forminator_Poll_View_Page { /** * Forminator_Poll_Renderer_Entries constructor * * @noinspection PhpMissingParentConstructorInspection * * Construct Entries Renderer * * @since 1.0.5 * * @param string $folder Folder. */ public function __construct( $folder ) { $this->entries_construct( $folder ); } }
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/www/wp-content/plugins/forminator/library/modules/polls/admin