• hello,
    I got one problem on my wordpress with this plug-in.
    WP version ; 4.7.4
    woocommerce; 3.0.4

    when I enabled this plug in, I found following sentence .

    arguments in …../wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php on line 858

    How can I solve this problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Go to class.yith-wcwl-admin-init.php on line 858, you will see
    ‘desc’ => sprintf( __( ‘Enable all plugin…..
    There is space right before ‘Enable all… which cause the error message.
    So, replace space with “%s”, like below.
    ‘desc’ => sprintf( __(“%s”,’Enable all plugin….

    this made my site inaccessible!

    Thread Starter ciao6

    (@ciao6)

    dear yoshi9959

    thank you for your comment.
    I solved this problem by your comment. I can not see any more argument.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘auguments in …….. php on line 858’ is closed to new replies.