| @@ -379,9 +379,9 @@ | ||
| 379 | 379 | // wp_enqueue_style( 'rtsb-admin-global' ); |
| 380 | 380 | |
| 381 | 381 | global $pagenow; |
| 382 | 382 | |
| 383 | - if ( 'admin.php' === $pagenow && ! empty( $_GET['page'] ) && 'rtsb-settings' === $_GET['page'] ) { | |
| 383 | + if ( 'admin.php' === $pagenow && ! empty( $_GET['page'] ) && 'rtsb-settings' === $_GET['page'] ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended | |
| 384 | 384 | // Elementor Console Error Fixed For "rtsb-settings" Page. |
| 385 | 385 | wp_dequeue_script( 'elementor-admin-top-bar' ); |
| 386 | 386 | wp_dequeue_script( 'elementor-common' ); |
| 387 | 387 | wp_dequeue_script( 'elementor-dev-tools' ); |