tpetualang
Active member
I tryTo null Mailster yourself:
1. Open the file mailster/classes/mailster.class.php
2. Find this line:
public function is_verified( $force = false ) {
3. Add this code below the above line:
mailster_remove_notice( 'verify' );
return true;
- - Now the registration notice disappears - -
4. Open the file mailster/classes/UpdateCenterPlugin.php
5. Find this line:
add_filter( 'admin_notices', array( &$this, 'admin_notices' ), 99 );
6. Comment out the line.
- - Now the update notice disappears - -