Skip to content

Instantly share code, notes, and snippets.

@KnowTheCodePro
Created March 25, 2016 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KnowTheCodePro/0ca72ec864785aae74e0 to your computer and use it in GitHub Desktop.
Save KnowTheCodePro/0ca72ec864785aae74e0 to your computer and use it in GitHub Desktop.
Sorting the registry - apply_filters
// Sort.
if ( !isset( $merged_filters[ $tag ] ) ) {
ksort($wp_filter[$tag]);
$merged_filters[ $tag ] = true;
}
reset( $wp_filter[ $tag ] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment