Initial commit: Atomaste website
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
defined('ABSPATH') or die();
|
||||
|
||||
/**
|
||||
* @param $fields
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
function rsssl_mails(){
|
||||
return apply_filters('rsssl_mails', [
|
||||
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user