We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51dbc7 commit 4f4fe12Copy full SHA for 4f4fe12
includes/admin/feedzy-rss-feeds-admin.php
@@ -130,8 +130,11 @@ public function enqueue_styles() {
130
}
131
132
/**
133
- * Helper function to enqueue the license script with localization
134
- */
+ * Helper function to enqueue the license script with localization
+ *
135
+ * @access public
136
+ * @return void
137
+ */
138
private function enqueue_license_script() {
139
wp_enqueue_script(
140
$this->plugin_name . '_license',
0 commit comments