updated comments

This commit is contained in:
2026-03-11 20:23:28 +01:00
parent c7b5d52197
commit 7f253bc452
4 changed files with 215 additions and 14 deletions

View File

@@ -193,6 +193,14 @@ class Partnerexpo_Core_Public {
'all'
);
wp_register_style(
$this->plugin_name . '-comments-css',
plugin_dir_url( __FILE__ ) . 'css/comments.css',
[],
$this->version,
'all'
);
wp_register_style(
$this->plugin_name . '-multiselect-css',
plugin_dir_url( __FILE__ ) . 'css/multiselect.css',
@@ -216,6 +224,15 @@ class Partnerexpo_Core_Public {
true
);
wp_register_script(
$this->plugin_name . '-comments-js',
plugin_dir_url( __FILE__ ) . 'js/comments.js',
[],
$this->version,
true
);
wp_register_script(
$this->plugin_name . '-multiselect-js',
plugin_dir_url( __FILE__ ) . 'js/multiselect.js',