# catch-web-tools/3.2/admin/modules/header.php

Catch Web Tools, version 3.2. 23 lines.

- Page: https://pluginprobe.com/plugins/catch-web-tools/3.2/code/admin/modules/header.php
- Raw: https://pluginprobe.com/plugins/catch-web-tools/3.2/raw/admin/modules/header.php
- Modified: 2026-04-05T08:24:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/catch-web-tools/3.2/code/admin/modules/header.php#L10-L20`.

```php
<?php

// Exit if accessed directly
if (! defined('ABSPATH')) exit;

/**
 * @package Admin
 * @sub-package Header
 */
?>
<div class="wrap">
    <h1 class="wp-heading-inline"><?php esc_html_e('Catch Web Tools', 'catch-web-tools'); ?></h1>
    <div id="plugin-description">
        <p>
            <?php esc_html_e('Catch Web Tools is a simple and lightweight WordPress plugin to help you manage your WordPress site. Power up your WordPress site with powerful features that were till now only available to Catch Themes users. We currently offer Webmaster Tools, Open Graph, Custom CSS, Social Icons, Catch IDs and basic SEO Optimization.', 'catch-web-tools'); ?>
        </p>
    </div>

    <div class="catchp-content-wrapper">
        <div class="catchp_widget_settings">

            <?php include('navigation.php'); ?>
            <div id="dashboard" class="wpcatchtab  nosave active">
```
