/home/suroeste/public_html/wp-content/plugins/wpforms/src/Pro/Integrations/Elementor
NameSizeModeActions
Elementor.php11240644editdlrm
Edit: /home/suroeste/public_html/wp-content/plugins/wpforms/src/Pro/Integrations/Elementor/Elementor.php (1124B)
preview->is_preview_mode() ) { return; } parent::preview_assets(); $min = wpforms_get_min_suffix(); wp_enqueue_style( 'wpforms-pro-integrations', WPFORMS_PLUGIN_URL . "assets/pro/css/admin-integrations{$min}.css", [], WPFORMS_VERSION ); } /** * Load assets in the elementor document. * * @since 1.7.0 */ public function editor_assets() { if ( empty( $_GET['action'] ) || $_GET['action'] !== 'elementor' ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended return; } parent::editor_assets(); $min = wpforms_get_min_suffix(); wp_enqueue_style( 'wpforms-pro-integrations', WPFORMS_PLUGIN_URL . "assets/pro/css/admin-integrations{$min}.css", [], WPFORMS_VERSION ); } }