# WDEV Frash module # WPMU DEV Free Dashboard module (short wdev-frash) is used in our free plugins hosted on wordpress.org It will display a welcome message upon plugin activation that offers the user a 5-day introduction email course for the plugin. After 7 days the module will display another message asking the user to rate the plugin on wordpress.org # How to use it # 1. Insert this repository as **sub-module** into the existing project 2. Include the file `module.php` in your main plugin file. 3. Call the action `wdev-register-plugin` with the params mentioned below. 4. Done! ## Code Example (from Smush ) ## ``` #!php email message'; return $message; } ``` ``` rating message'; return $message; } ```