-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
| $translated_parent = $this->getAllTranslations($post_parent)[$lang_code]->element_id; |
the $post_parent variable is missing from the method definition.
The correct definition should be
/**
* Sync Post Order among translations
* @param array of posts with children
* @param int value of the parent ID
*/
public function syncPostOrder($posts, $post_parent = 0)
{
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels