Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
sitepres...
/
classes
/
translat...
•
File:
class-wpml-menu-element.php
•
Content:
<?php /** * @author OnTheGo Systems */ class WPML_Menu_Element extends WPML_Term_Element { /** * WPML_Menu_Element constructor. * * @param int $id * @param SitePress $sitepress * @param WPML_WP_Cache $wpml_cache */ public function __construct( $id, SitePress $sitepress, WPML_WP_Cache $wpml_cache = null ) { $this->taxonomy = 'nav_menu'; parent::__construct( $id, $sitepress, $this->taxonomy, $wpml_cache ); } /** * @param stdClass $element_data standard object containing at least the `term_id` property. * * @return WPML_Menu_Element * @throws \InvalidArgumentException Exception. */ public function get_new_instance( $element_data ) { return new WPML_Menu_Element( $element_data->term_id, $this->sitepress, $this->wpml_cache ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List