Current path: home/webdevt/www/demo2/wp-content/plugins/cookiebot/src/settings/templates/
?? Go up: /home/webdevt/www/demo2/wp-content/plugins/cookiebot/src/settings
<?php
namespace cybot\cookiebot\settings\templates;
use InvalidArgumentException;
use function cybot\cookiebot\lib\asset_url;
use function cybot\cookiebot\lib\include_view;
class Main_Tabs {
/**
* @throws InvalidArgumentException
*/
public function display( $active ) {
$args = array(
'active_tab' => $active,
);
include_view( 'admin/common/templates/main-tabs.php', $args );
}
}