Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
sitepres...
/
inc
/
post-tra...
•
File:
wpml-post-hierarchy-sync.class.php
•
Content:
<?php class WPML_Post_Hierarchy_Sync extends WPML_Hierarchy_Sync { protected $element_id_column = 'ID'; protected $parent_element_id_column = 'ID'; protected $parent_id_column = 'post_parent'; protected $element_type_column = 'post_type'; protected $element_type_prefix = 'post_'; /** * @param wpdb $wpdb */ public function __construct( &$wpdb ) { parent::__construct( $wpdb ); $this->elements_table = $wpdb->posts; } /** * @param string $element_type * * @return bool */ public function is_hierarchical( $element_type ) { return is_post_type_hierarchical( $element_type ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List