# css-javascript-toolbox/8.0.2/framework/events/observers/wordpress-hook-action.observer.php

CSS &amp; JavaScript Toolbox, version 8.0.2. 22 lines.

- Page: https://pluginprobe.com/plugins/css-javascript-toolbox/8.0.2/code/framework/events/observers/wordpress-hook-action.observer.php
- Raw: https://pluginprobe.com/plugins/css-javascript-toolbox/8.0.2/raw/framework/events/observers/wordpress-hook-action.observer.php
- Modified: 2013-03-17T20:09:52+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/css-javascript-toolbox/8.0.2/code/framework/events/observers/wordpress-hook-action.observer.php#L10-L20`.

```php
<?php
/**
* 
*/

//Import dependencies.
require_once 'wordpress-hook.observer.php';

/**
* 
*/
class CJTWordpressActionHookObserver extends CJTWordpressHookObserver {
	
	/**
	* put your comment there...
	* 
	*/
	protected function redirectReturn() {
		return false;	
	}
	
} // End class
```
