• Hi!

    I have this error displaying on my website:

    Deprecated: Required parameter $function_name follows optional parameter $content in /usr/www/users/hartskcrmd/wp-content/plugins/yith-woocommerce-product-add-ons/v1/includes/integrations/class.divi-et-builder_module.php on line 42

    It was suggested that I change
    public function render( $attrs, $content = null, $render_slug ) {
    to this:
    public function render( $attrs, $content, $render_slug ) {

    I went to Appearance – Theme File Editor – Theme Files (on the right) – selected the Divi dropdown next to Theme Files, but don’t know in which subfolder / where to change the code.

    Could you please assist me?

    The page I need help with: [log in to see the link]

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

    (@madribester)

    I have temporarily deactivated the YITH product add-ons plugin, as this “hides” the problem, but it’s not a solution since my products now don’t have options.

Viewing 1 replies (of 1 total)

The topic ‘Where to change code to fix: Deprecated: Required parameter $function_name follo’ is closed to new replies.