Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > > forminator > admin > views > poll > list
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
content.php | File | 1378 bytes | May 19 2025 19:14:58. | |
header.php | File | 307 bytes | September 02 2024 15:32:28. |
<?php /** * Template admin/views/poll/entries/content.php * * @package Forminator */ /** * Forminator_Poll_Page * * @var Forminator_Poll_Page $this */ // Search keyword. $search_keyword = Forminator_Core::sanitize_text_field( 'module-search' ); $is_search = (bool) $search_keyword; $search_module_nonce = esc_attr( 'forminator-nonce-search-module' ); // Get modules. $modules = $this->getModules(); // Count total polls. $count = ! $is_search ? $this->countModules() : count( $modules ); // Start date for retrieving the information of the last 30 days in sql format. $sql_month_start_date = gmdate( 'Y-m-d H:i:s', strtotime( '-30 days midnight' ) ); $entry_type = 'poll'; $wizard_page = 'forminator-poll-wizard'; $create_dialog = 'polls'; $preview_title = esc_html__( 'Preview', 'forminator' ); $empty_title = esc_html__( 'Create interactive polls to collect users opinions, with lots of dynamic options and settings.', 'forminator' ); require_once forminator_plugin_dir() . 'admin/views/common/list/summary.php'; if ( $count > 0 ) { require_once forminator_plugin_dir() . 'admin/views/common/list/main_content.php'; } else { require_once forminator_plugin_dir() . 'admin/views/common/list/empty_content.php'; } $chart_args = array( 'start_date' => $sql_month_start_date, ); $this->template( 'common/list/chart_script', $chart_args );
SILENT KILLER Tool