Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Last active September 1, 2021 08:16
Show Gist options
  • Save plugin-republic/29e54f9992cc55fb1f6a42cae66ab207 to your computer and use it in GitHub Desktop.
Save plugin-republic/29e54f9992cc55fb1f6a42cae66ab207 to your computer and use it in GitHub Desktop.
<?php
/**
* Enqueue older version of Select2 library
*/
add_filter( 'apaou_dequeue_select2', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment