Skip to content

Commit 664724e

Browse files
authored
Merge pull request #162 from 10up/tweak/readme
add banner image, tweak badges
2 parents b632686 + 764389d commit 664724e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Ad Refresh Control
22

3-
> Enable Active View refresh for Google Ad Manager ads without needing to modify any code.
3+
![Ad Refresh Control](https://github.com/10up/Ad-Refresh-Control/blob/develop/.wordpress-org/banner-1544x500.png)
4+
5+
[![Support Level](https://img.shields.io/badge/support-stable-blue.svg)](#support-level) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/ad-refresh-control?label=WordPress) [![GPL-2.0-or-later License](https://img.shields.io/github/license/10up/ad-refresh-control.svg)](https://github.com/10up/ad-refresh-control/blob/develop/LICENSE.md) [![Dependency Review](https://github.com/10up/Ad-Refresh-Control/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/10up/Ad-Refresh-Control/actions/workflows/dependency-review.yml) [![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/ad-refresh-control?logo=wordpress&logoColor=FFFFFF&label=Playground%20Demo&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/10up/Ad-Refresh-Control/develop/.wordpress-org/blueprints/blueprint.json)
46

5-
[![Support Level](https://img.shields.io/badge/support-stable-blue.svg)](#support-level) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/ad-refresh-control?label=WordPress) [![GPL-2.0-or-later License](https://img.shields.io/github/license/10up/ad-refresh-control.svg)](https://github.com/10up/ad-refresh-control/blob/develop/LICENSE.md) [![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/ad-refresh-control?logo=wordpress&logoColor=FFFFFF&label=Playground%20Demo&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/10up/Ad-Refresh-Control/develop/.wordpress-org/blueprints/blueprint.json)
7+
[![Test](https://github.com/10up/Ad-Refresh-Control/actions/workflows/test.yml/badge.svg)](https://github.com/10up/Ad-Refresh-Control/actions/workflows/test.yml) [![Linting](https://github.com/10up/Ad-Refresh-Control/actions/workflows/lint.yml/badge.svg)](https://github.com/10up/Ad-Refresh-Control/actions/workflows/lint.yml) [![CodeQL](https://github.com/10up/Ad-Refresh-Control/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/10up/Ad-Refresh-Control/actions/workflows/github-code-scanning/codeql)
68

7-
[![Test](https://github.com/10up/Ad-Refresh-Control/actions/workflows/test.yml/badge.svg)](https://github.com/10up/Ad-Refresh-Control/actions/workflows/test.yml) [![Linting](https://github.com/10up/Ad-Refresh-Control/actions/workflows/lint.yml/badge.svg)](https://github.com/10up/Ad-Refresh-Control/actions/workflows/lint.yml) [![Dependency Review](https://github.com/10up/Ad-Refresh-Control/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/10up/Ad-Refresh-Control/actions/workflows/dependency-review.yml)
9+
> Enable Active View refresh for Google Ad Manager ads without needing to modify any code.
810
911
## Background & Purpose
1012

@@ -42,7 +44,8 @@ A settings page will allow adjustments such as the time between refreshes, the m
4244

4345
### Hooks
4446

45-
#### `avc_refresh_interval_value`
47+
#### `avc_refresh_interval_value`
48+
4649
- Filters the default refresh interval value of 30 seconds. This filter is applied to the value at storage and retrieval phases.
4750
- Since 1.0.5
4851

0 commit comments

Comments
 (0)