[Solved] Notice: Undefined property: stdClass::$simple_replace


This simply means that the called object in $this->seolink has no properties with the names mind_the_id and simple_replace.

Your $this->seolink links to an (empty) standard class instead of a class with the requested properties.

solved Notice: Undefined property: stdClass::$simple_replace