diff --git a/includes/customizer/customizer-action-links.php b/includes/customizer/customizer-action-links.php index 6a2c3d64..56988c85 100644 --- a/includes/customizer/customizer-action-links.php +++ b/includes/customizer/customizer-action-links.php @@ -45,7 +45,16 @@ private function print_customizer_action_links() { get_template_directory_uri() . '/assets/images/elementor.svg', esc_html__( 'Install Elementor', 'hello-elementor' ), esc_html__( 'Create cross-site header & footer using Elementor.', 'hello-elementor' ), - wp_nonce_url( add_query_arg( [ 'action' => 'install-plugin', 'plugin' => 'elementor', ], admin_url( 'update.php' ) ), 'install-plugin_elementor' ), + wp_nonce_url( + add_query_arg( + [ + 'action' => 'install-plugin', + 'plugin' => 'elementor', + ], + admin_url( 'update.php' ) + ), + 'install-plugin_elementor' + ), esc_html__( 'Install Elementor', 'hello-elementor' ) ); } elseif ( ! defined( 'ELEMENTOR_VERSION' ) ) { @@ -84,10 +93,10 @@ private function print_customizer_action_links() { */ private function get_customizer_action_links_html( $image, $title, $text, $url, $button_text ) { return sprintf( - '