• Hello, I tried your plugin, and it throwed following error:

    Fatal error: Can’t use method return value in write context in /home/users/ph17787/WWW/vyvoj2.larx.cz/wp-content/plugins/taxonomy-meta-ui/classes/class.taxonomy-meta-ui.admin.php on line 454

    Maybe you should fix it.

    https://ww.wp.xz.cn/plugins/taxonomy-meta-ui/

Viewing 1 replies (of 1 total)
  • Thread Starter Papik81

    (@papik81)

    I changed the code from

    if ( isset($this->get_static_fields()( $static_fields[$m->meta_key] )  )
    				  continue;

    to

    $static_fields = $this->get_static_fields();
    if ( !isset( $static_fields ) || !isset( $static_fields[$m->meta_key] )  )
    				  continue;

    The first code lacks any sense…

Viewing 1 replies (of 1 total)

The topic ‘Fatal error’ is closed to new replies.