Skip to content

Notice: Undefined index: time post-css-file.php #902

@kiwiot

Description

@kiwiot

Gettng a php notice on pages that have not been built by elementor and therefore a css file has not been created

Notice: Undefined index: time in /var/www/html/public_html/wp-content/plugins/elementor/includes/posts-css/post-css-file.php on line 105

suggested fix

			if ( isset( $meta['time'] ) ) {
				wp_enqueue_style( 'elementor-post-' . $this->post_id, $this->url, [ ], $meta['time'] );
			}

Metadata

Metadata

Assignees

Labels

bugIndicates a bug with one or multiple components.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions