From 249e1eed396e90c702cdbdee14ce2355601fd4ad Mon Sep 17 00:00:00 2001 From: yehudah Date: Mon, 18 May 2020 19:57:18 +0000 Subject: Update readme file info --- Postman/Postman-Email-Log/PostmanEmailLogController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Postman/Postman-Email-Log/PostmanEmailLogController.php') 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'] ); -- cgit v1.2.3