Skip to content

Instantly share code, notes, and snippets.

@abackstrom
Last active December 9, 2015 21:38
Show Gist options
  • Save abackstrom/4331659 to your computer and use it in GitHub Desktop.
Save abackstrom/4331659 to your computer and use it in GitHub Desktop.
<?php
//
// The following code exists in the public domain. No warranty is expressed or implied.
//
/**
* Return the priority of the currently-running filter.
*/
function current_filter_priority() {
global $wp_filter;
return key($wp_filter[current_filter()]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment