Skip to content

Instantly share code, notes, and snippets.

@ThemeCatcher
Created November 19, 2018 12:13
Show Gist options
  • Save ThemeCatcher/db82028b943fc064edd2fb6135b2b65d to your computer and use it in GitHub Desktop.
Save ThemeCatcher/db82028b943fc064edd2fb6135b2b65d to your computer and use it in GitHub Desktop.
Loads the Starability styles to enable star rating fields, see https://support.themecatcher.net/quform-wordpress-v2/guides/customization/star-rating
<?php
/*
* Plugin Name: Quform Star Rating
* Description: Loads the Starability styles to enable star rating fields.
* Version: 1.0.0
*/
add_action('wp_enqueue_scripts', function () {
wp_enqueue_style('starability', 'https://cdnjs.cloudflare.com/ajax/libs/starability/2.4.2/starability-css/starability-basic.css');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment