Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/ |
Upload File : |
<?php namespace WPForms\Admin\Payments\Views; interface PaymentsViewsInterface { /** * Initialize class. * * @since 1.8.2 */ public function init(); /** * Check if the current user has the capability to view the page. * * @since 1.8.2 * * @return bool */ public function current_user_can(); /** * Page heading content. * * @since 1.8.2 */ public function heading(); /** * Page content. * * @since 1.8.2 */ public function display(); /** * Get the Tab label. * * @since 1.8.2.2 */ public function get_tab_label(); }