# tracking-script-manager/2.0.13/templates/script-active-metabox.php

Tracking Script Manager, version 2.0.13. 9 lines.

- Page: https://pluginprobe.com/plugins/tracking-script-manager/2.0.13/code/templates/script-active-metabox.php
- Raw: https://pluginprobe.com/plugins/tracking-script-manager/2.0.13/raw/templates/script-active-metabox.php
- Modified: 2023-11-08T15:40: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/tracking-script-manager/2.0.13/code/templates/script-active-metabox.php#L10-L20`.

```php
<div>
    <input type="radio" id="r8_tsm_active" name="r8_tsm_active" value="active"<?php if ( $active !== 'inactive' ) { echo ' checked="checked"'; } ?>>
    <label for="r8_tsm_active">Active</label>
</div>
<div>
    <input type="radio" id="r8_tsm_inactive" name="r8_tsm_active" value="inactive"<?php if ( $active === 'inactive' ) { echo ' checked="checked"'; } ?>>
    <label for="r8_tsm_inactive">Inactive <?php echo $scheduled_status; ?></label>
</div>

```
