Where to change code to fix: Deprecated: Required parameter $function_name follo
-
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]
The topic ‘Where to change code to fix: Deprecated: Required parameter $function_name follo’ is closed to new replies.