Examples » Page postprocessing plugin

This example demonstrates page postprocessing plugin. See the source of the plugin file example.ob.php for details.

Some words here are replaced in the plugin:

Wow-bla-bla
Wow-bla-bla
Wow-bla-bla
Inc v.1.0.0 | Settings: example,example.ob | ob is enabled | Executed in 0.02 s. | Hide source
<?php define('INC','example,example.ob'); include_once '../inc/inc.php'; $example_plugin = 'none';

$title = 'Page postprocessing plugin';

inc();?>

<p>This example demonstrates page postprocessing plugin. See the source
of the plugin file <tt>example.ob.php</tt> for details.</p>

<p>Some words here are replaced in the plugin:</p>

<div>
Wow-bla-bla<br />
Wow-bla-bla<br />
Wow-bla-bla<br />
</div>