In using the wp_enqueue_style
you can set a version number similar to how you set the script.
Codex Example:
wp_enqueue_style( string $handle, string $src = false, array $deps = array(), string|bool|null $ver = false, string $media="all" )
Your Code
Say you want to update the ‘conferences’ CSS from above.
wp_enqueue_style( 'conferences', get_template_directory_uri() . '/css/cars.css', array(), '1.3.1' );
Related Posts:
- Essential technical features for high-end WordPress web hosting? [closed]
- Moving WP install from local to live, what about wp_posts GUID?
- Why doesn’t WP_Image_Editor save images using the Filesystem API?
- Default value for add_settings_field
- Custom ReCaptcha Login
- is_home() and is_single() Not Working as Expected with Custom Post Types?
- How to edit the actual paragraph dropdown in TinyMCE with custom text styles
- Add control in image detail panel
- Win7 Dev Environment
- 2 seperate installation 1 theme same server
- Is there a way to integrate WordPress within an existing PHP Framework, CMS, and Navigation system?
- No option to add a ‘featured image’ in my wordpress installation
- TinyMCE default link target to “_blank”
- Friendica integration using wordpress authentication
- Post format selector in Thematic child theme post class
- WordPress in “Couch Mode”?
- setting a specific home page for logged in users
- Combine multiple words in custom meta search query
- How to run a test WordPressMu to WordPress3 update?
- Programmatically add a custom page/path/url/route to WordPress
- Get multiple db prefix with $wpdb
- Importing media medium setting image gallery / image attachments
- How do I remove the eye icon that shows visibility on login screen and reset password screen
- Could not create directory. /var/www/html/wp-content/plugins/PLUGIN_NAME/
- WordPress development using Docker – how to share directories? [closed]
- Unique User Account Number + Displayed Via Shortcode
- How can I add Google’s reCaptcha to Divi’s contact form module? [closed]
- How do I copy all “extra” data (menus, widgets, etc) from one theme to another?
- How to add more than one RSS Feed Link for wordpress
- Create default_content layout template based on post id
- Remove ability to Permanently delete an image from the Media Library
- Filter posts by custom taxonomy terms
- Fatal error in wp-admin/customize.php after fresh install due to null $wp_customize
- Adding a login form that concatenates three fields into a username
- Moving from development while pulling production database without overwriting, to production
- Ability to only view (not edit) other user’s personal profile information
- Fastest way to get the comment and ping total count for a post
- want to create a subcategory.php to manage subcats
- Updates for a private theme
- Is it possible to add a ribbon in the background of h1 on every page?
- How to add textarea field to taxonomy (tag)?
- Contact From 7 Custom Validation Issues
- changing font size and font of a custom message added after comment
- Custom wp-content and upload directory
- OrderBy multiple custom meta fields
- How to host 2 subdomains as lookalike destinations under one master domain?
- Track usernames with piwik [closed]
- “An automated WordPress update has failed to complete – please attempt the update again now”– But there is no .maintenance file
- Custom Login Process
- How could I verify whole WP directory before/after working with a freelancer? [closed]
- How to customize
- Modify files without losing customization after updates
- Determine if action was executed in functions
- Woocommerce – Print Product’s Custom Field In Email
- Extending core class in plugin
- Applying WP-cli Search & Replace to Static SQL Dump File
- Is it possible to make wordpress LMS
- Saving contact form 7 data into custom Table
- Media Upload not working after hiding some elements from functions.php
- Create a Page template selector page
- How Can I limit the visible part of the short-description on the Category page?
- Is it possible to rename a customizer control heading?
- How to add WordPress JS Script Links
- custom css and javascript not working on page defined as template?
- Create Unique ID for user
- Custom Database Table and foreach
- Customizing the gallery of the post correctly
- Hook before user is created and make some custom validation
- How to add Custom Css within the Editor?
- Custom admin menu items
- How can Use custom input field in functions.php page?
- Multiple header style under meta box
- ACF unable to use user field
- Show products per page drop down
- Change HTML markup on blog post
- When developing WordPress plugin, is it a good idea to create my class object by hooking to existing class constructor?
- Static Page, need Last and Next links at the bottom
- Client viewing before deployment
- Change meta-box title- “LearnDash Quiz Settings” to “Quiz Settings”
- How to use a custom playlist template:
- Run a welcome tour after multisite creation?
- Multisite – Getting Meta query to select from wp_2 tables
- How to compare number with id of post in certain category
- WordPress Inline Style missing
- Need to over ride a !important from the index file
- how to hard link to the posts page?
- Error in establishing a database connection in wordpress?
- Make User Role a Filter
- Creating a search with tag variable also added for more detailed results
- Show WP content on different PHP Sites
- I need to display post related info
- Is there os native application for wordpress?
- Template setting is not saving in wordpress
- How to keep the /blog slug even in single post slug
- Modifying a local template
- Create a custom search for Estate Agency WordPress site
- How to apply styles to the custom page template
- Changing displayed photo when shared via facebook
- WP is easy, The client has to learn it, So what do i offer? [closed]
- How do I add custom CSS animations for specific Gutenberg blocks?