File tree Expand file tree Collapse file tree 4 files changed +2816
-2
lines changed
Expand file tree Collapse file tree 4 files changed +2816
-2
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,13 @@ public static function get_widget_scripts()
353353 'version ' => false ,
354354 'arg ' => true ,
355355 ],
356+ 'feature-posts ' => [
357+ 'handler ' => 'wcf--posts ' ,
358+ 'src ' => 'widgets/post.min.js ' ,
359+ 'dep ' => [],
360+ 'version ' => false ,
361+ 'arg ' => true ,
362+ ],
356363 ]);
357364 }
358365
@@ -564,6 +571,13 @@ public static function get_widget_style()
564571 'version ' => false ,
565572 'media ' => 'all ' ,
566573 ],
574+ 'feature-posts ' => [
575+ 'handler ' => 'wcf--post-pro ' ,
576+ 'src ' => 'widgets/posts.min.css ' ,
577+ 'dep ' => [],
578+ 'version ' => false ,
579+ 'media ' => 'all ' ,
580+ ],
567581 ];
568582 }
569583
Original file line number Diff line number Diff line change 10381038 'cTab ' => 'all '
10391039 ],
10401040 'is_active ' => false ,
1041- 'is_pro ' => true ,
1041+ 'is_pro ' => false ,
10421042 'is_extension ' => false ,
10431043 'is_upcoming ' => false ,
10441044 'icon ' => "wcf-icon-Current-Date " ,
10531053 'cTab ' => 'all '
10541054 ],
10551055 'is_active ' => false ,
1056- 'is_pro ' => true ,
1056+ 'is_pro ' => false ,
10571057 'is_extension ' => false ,
10581058 'is_upcoming ' => false ,
10591059 'icon ' => "wcf-icon-Featured-Posts " ,
You can’t perform that action at this time.
0 commit comments