Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Dec 16, 2024
1 parent b613240 commit e9cbde5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/CustomizeAdvanced/CustomizeAdvanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public static function getDataObjectAdvanced() {
'CategoryLabel',
'ShowAllVideosOnCategory',
'hideCategoryVideosCount',
'categoryLiveCount',
'hideEditAdvancedFromVideosManager',
'paidOnlyUsersTellWhatVideoIs',
'paidOnlyShowLabels',
Expand Down Expand Up @@ -359,6 +360,7 @@ public function getEmptyDataObject() {
$obj->ShowAllVideosOnCategory = false;
$obj->hideCategoryVideosCount = false;
$obj->hideEditAdvancedFromVideosManager = false;
$obj->categoryLiveCount = true;

//ver 7.1
$obj->paidOnlyUsersTellWhatVideoIs = false;
Expand Down

0 comments on commit e9cbde5

Please sign in to comment.