Error Notice: Undefined variable:
Publicado por Alexis (4 intervenciones) el 25/11/2021 18:26:24
Hola que tal, estoy necesitando corregir este error urgente, no soy especialista pero encontré la linea que marca el error , alguien me podria indicar como resolverlo u ocultarlo?
if ( get_posts( $args ) === $post ) {
return $post[0]->ID;
}
}
El error completo es: Notice: Undefined variable: post in /home/urbanoyo/public_html/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 862
if ( get_posts( $args ) === $post ) {
return $post[0]->ID;
}
}
El error completo es: Notice: Undefined variable: post in /home/urbanoyo/public_html/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 862
Valora esta pregunta


0