PluginProbe
Route ‑ Shipping Protection / 2.4.0
Route ‑ Shipping Protection v2.4.0
2.4.16 2.4.15 2.4.14 2.4.13 2.4.12 2.4.11 2.4.10 2.4.9 2.4.8 2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.2.4 2.2.5 2.2.6 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 All 150 releases
routeapp / includes / index.php

index.php in Route ‑ Shipping Protection 2.4.0, at includes/index.php

7 lines 133 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php // Silence is golden
2
3 if ( ! function_exists( 'pr' ) ) {
4 function pr($arr) {
5 echo "<pre>";print_r($arr); echo "</pre>";
6 }
7 }