PHP error in em-setup.php
-
There is an error in this file causing an HTTP error 500 and slow server response.
FIle is : elementor/em-setup.phpOn line 41(/css) there is an unnecessary ‘/’ :
add_action( 'elementor/editor/before_enqueue_scripts', function() { wp_enqueue_style( 'naevents-elementor', plugins_url( '/', __FILE__ ) . '/css/narestaurant-elementor.css' ); } );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP error in em-setup.php’ is closed to new replies.