# tracking-script-manager/2.0.10/templates/script-order-metabox.php

Tracking Script Manager, version 2.0.10. 2 lines.

- Page: https://pluginprobe.com/plugins/tracking-script-manager/2.0.10/code/templates/script-order-metabox.php
- Raw: https://pluginprobe.com/plugins/tracking-script-manager/2.0.10/raw/templates/script-order-metabox.php
- Modified: 2022-07-25T17:20:18+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.10/code/templates/script-order-metabox.php#L10-L20`.

```php
<input type="number" name="r8_tsm_script_order" value="<?php if ( $order ) { echo $order; } else { echo '1'; } ?>">

```
