OK, so this is a little embarrassing.
I noticed whilst looking for the handle this little snippet in the plugin code
if ( wpforms_setting( 'disable-css', '1' ) == '1' ) {
As it turns out, this refers to a setting you can utilise. You can simply do this through the plugin settings.
In your dashboard go to WPForms > Settings and under the General heading select ‘No Styling’, and hey presto, job done.
Sometimes things are a little easier than you assume.
Related Posts:
- How do I force wp_enqueue_scripts to load at the END of ?
- how to include other plugins css files in a shortcode?
- How can I dequeue a Plugin Stylesheet?
- How to load different css file for different pages
- Get info (url) from already enqueued styles
- wp_enqueue_style in Plugin [duplicate]
- Plugin throws up 404 on front-end when when enqueuing style with filetime
- How can I enqueue a style only when a particular widget is active?
- Prevent CSS/JS loading when plugin is not used
- wp_enqueue_style specifics for overwriting plugin styles
- filemtime() warning when enqueuing style within plugin
- How to enqueue a theme style-sheet to my admin settings page?
- Is it possible to enqueue CSS files from plugin before theme’s CSS files?
- How to make wp_enqueue_style and wp_enqueue_script work only on custom post type
- How to remove style and js from theme and add your own style and js where shortcode is used?
- Making a plugin only available on the front-end for the logged in super admin
- Can’t catch enqueued style
- Adding Font Awesome to WP Plugin
- Enqueue stylesheet in plugin for wp-login.php
- How to add CSS via custom plugin?
- wp_enqueue_style for plugin options page
- wp_enqueue_style on template_redirect level?
- Custom plugin – load enqueue only for this plugin
- dynamic name of the style for wp_enqueue_style
- plugin enqueue style on all pages
- is it possible to hook every page style?
- Dequeue, Unregister, Remove Action – Not Working on Plugin
- Deregister scripts from plugin
- Edit all $wp_scripts at once to $in_footer = false
- Edit all $wp_scripts at once to $in_footer = false
- Load CSS before Theme CSS
- Enqueue css to a third-party plugin template
- wordpress plugin add page when activate
- How to add styles to a submenu page?
- Why can I not deregister my style and script on custom post type?
- How to add php stylesheet to admin section instead of admin_head hook
- WordPress include scripts and style in plugin page
- plugin’s script and style enqueing not working on Thesis
- How to laod wp_enqueue_style to another header i created my self
- Is there a way (plugin?) to restrict a user to being able to edit just one page?
- How MUST the directory for a plugin be structured?
- Is there a WordPress plugin that registers a plugin file as a custom page template?
- How can I sync WordPress plugin settings between environments?
- SSL redirect loop using WordPress HTTPS Plugin
- Let readers suggest edits from the frontend
- Disable plugins for a specific user role
- ob_end_flush error when using wpdb in plugin
- Need to include and redirect template from plugin
- Is it possible to uninstall one plugin from within another plugin?
- How to improve WordPress search
- From where come that JS files in ?
- Language Translation is not working?
- Enable/Disable WP options programmatically
- Hook before & after plugin / core update
- Getting user roles in plugin files
- Plugin and theme script load order
- How to import featured image using WP Rest API from another WP installation
- Shortcode button dosent work for all posts. Work for first post only
- Single central login for front end users from any site
- Plugin stable tag on wordpress.org not updating
- Plugin Handle URL With Custom Theme
- how to disable blockrenderAppender inside all Innerblocks?
- Create a navbar filter that filters by a custom field
- Advanced Custom Field DatePicker [closed]
- Polylang : Interverting languages after development [closed]
- Lock access to plugin options
- How to set Noindex to all wordpress pages in a catergory?
- Admin AJAX doesn’t work in plugin admin page – Even though code is copied verbatim from WordPress Codex
- Prevent plugin from intruding on wp-json posts api
- How do i get file_get_contents to work in wordpress
- Plugin Development – Functions or Hooks?
- What happens when WordPress memory limit is exceeded?
- Making that Admin Bar transparent or a blue color
- Use wp_upload_dir() correctly
- How can I automatically download all images from all imported posts, place them on my new host, and replace all the links
- Looking for a free quiz plugin which saves the candidates answers for review [closed]
- Allowing .rfa Files In Media Upload [duplicate]
- Some WordPress Posts are automatically becoming comments on other Posts
- WordPress: Add custom add_filter for custom functions
- Best way to duplicate specific page content across two sites?
- Per theme plugins?
- How to fix these PHP Warnings with the “Feed JSON” plug-in?
- How to Join wp_posts & wp_postmeta table using custom query
- Calling PHP function with AJAX
- Cron task gets removed from the schedule
- My wordpress local urls is still displayed even moved to live
- “Enable Media Replace” plugin does not update serialized object in WPMeta
- How to Unhook actions/filters in within Class in plugin
- How to show private pages based on a user’s role?
- My plugin can’t see my files
- wordpress disable certain plugins for catagory?
- Create csv file in plugin
- getpost content with all formatting for admin pages
- Can Shopp Commercial Plugin be hacked to display radio buttons instead of Dropdowns? [closed]
- wp_update_post does not change post status from draft to publish, returns 1
- No way to add instagram in AddToAny Plugin?
- WooCommerce doesn’t show UK countries in the shipping options [closed]
- Like/Dislike plugin crawler problem
- Post sorting and ordering function in WordPress Admin is broken and always shows post from oldest to newest
- How to edit a non logged in page?