# chart-builder/3.7.8/admin/partials/features/chart-builder-plugin-featured-display.php

Chartify – WordPress Chart Plugin, version 3.7.8. 9 lines.

- Page: https://pluginprobe.com/plugins/chart-builder/3.7.8/code/admin/partials/features/chart-builder-plugin-featured-display.php
- Raw: https://pluginprobe.com/plugins/chart-builder/3.7.8/raw/admin/partials/features/chart-builder-plugin-featured-display.php
- Modified: 2026-07-31T12:49:50+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/chart-builder/3.7.8/code/admin/partials/features/chart-builder-plugin-featured-display.php#L10-L20`.

```php
<div class="wrap">
    <h1 id="ays-chart-intro-title"><?php echo esc_html__('Please feel free to use our other awesome plugins!', 'chart-builder'); ?></h1>
    <?php $this->output_about_addons(); ?>
    <div class="ays-chart-see-all">
        <a href="https://ays-pro.com/wordpress" target="_blank" class="ays-chart-all-btn"><?php echo esc_html__('See All Plugins', 'chart-builder'); ?></a>
    </div>

    <!-- <p class="text-center coming-soon">And more and more is <span>Coming Soon</span></p> -->
</div>
```
