Skip to content

Instantly share code, notes, and snippets.

View ankitrox's full-sized avatar
📚
Focusing

Ankit Gade ankitrox

📚
Focusing
View GitHub Profile
<?php
public function prevent_duplicate_error_notices( string $message ): ?string {
if ( wc_has_notice( $message ) ) {
return null;
}
return $message;
}
@ankitrox
ankitrox / Imp Links
Last active August 29, 2015 14:07
Important Links