ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-17 05:56:42
Editing: redirect-tab-presenter.php
Cancel
Save Changes
<?php /** * WPSEO Premium plugin file. * * @package WPSEO\Premium\Classes\Redirect\Presenters */ /** * Class WPSEO_Redirect_Tab_Presenter. */ abstract class WPSEO_Redirect_Tab_Presenter implements WPSEO_Redirect_Presenter { /** * The view to be rendered in the tab. * * @var string */ protected $view; /** * Constructor. * * Sets the view. * * @param string $view The view to display. */ public function __construct( $view ) { $this->view = $view; } /** * Displaying the table URL or regex. Depends on the current active tab. * * @param array $display Contextual display data. * * @return void */ public function display( array $display = [] ) { $view_vars = $this->get_view_vars( $display ); include WPSEO_PREMIUM_PATH . 'classes/redirect/views/redirects-tab-' . $this->view . '.php'; } /** * The method to get the variables for the view. This method should return an array, because this will be extracted. * * @param array $passed_vars Optional. View data manually passed. Default empty array. * * @return array Contextual variables to pass to the view. */ abstract protected function get_view_vars( array $passed_vars = [] ); }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete