PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.1
Elementor Website Builder – more than just a page builder v4.3.1
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
← All changes | core/admin/admin.php +5 -0 4.3.0-beta24.3.1 View file →
@@ -427,8 +427,13 @@
427 427 * @return string The content that will be printed.
428 428 */
429 429 public function admin_footer_text( $footer_text ) {
430 430 $current_screen = get_current_screen();
431 +
432 + if ( $current_screen && str_ends_with( $current_screen->id, 'elementor-mcp' ) ) {
433 + return $footer_text;
434 + }
435 +
431 436 $is_elementor_screen = ( $current_screen && false !== strpos( $current_screen->id, 'elementor' ) );
432 437
433 438 if ( $is_elementor_screen ) {
434 439 $footer_text = sprintf(