Fixed page assignment issue in wordpress

This commit is contained in:
Monika
2026-02-19 17:14:06 +05:30
parent 4ec3ccbfa3
commit a229503090
@@ -22,6 +22,7 @@ class AssignmentsWalker
{
var $tree_type = ['post_type', 'taxonomy', 'custom'];
var $db_fields = ['parent' => 'parent_id', 'id' => 'id'];
var $has_children = false;
/**
* Traverse elements to create list from elements.