diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-05-18 19:57:18 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-05-18 19:57:18 +0000 |
commit | 249e1eed396e90c702cdbdee14ce2355601fd4ad (patch) | |
tree | c46a3dae1c232e9622502c70d030ee628f04dead /Postman/Postman-Email-Log/PostmanEmailLogController.php | |
parent | c2335f6f0e86b17ec7346580e352b3e5d77ebf9e (diff) | |
download | Post-SMTP-249e1eed396e90c702cdbdee14ce2355601fd4ad.zip |
Update readme file info
Diffstat (limited to 'Postman/Postman-Email-Log/PostmanEmailLogController.php')
-rw-r--r-- | Postman/Postman-Email-Log/PostmanEmailLogController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Postman/Postman-Email-Log/PostmanEmailLogController.php b/Postman/Postman-Email-Log/PostmanEmailLogController.php index c496455..dd8f650 100644 --- a/Postman/Postman-Email-Log/PostmanEmailLogController.php +++ b/Postman/Postman-Email-Log/PostmanEmailLogController.php @@ -360,6 +360,7 @@ class PostmanEmailLogController { ) ); } } + function postman_email_log_enqueue_resources() { $pluginData = apply_filters( 'postman_get_plugin_metadata', null ); wp_register_style( 'postman_email_log', plugins_url( 'style/postman-email-log.css', $this->rootPluginFilenameAndPath ), null, $pluginData ['version'] ); |