Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Last active December 22, 2015 22:38
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 Tmeister/6540950 to your computer and use it in GitHub Desktop.
Save Tmeister/6540950 to your computer and use it in GitHub Desktop.
pl_sorted_settings_array Filter
<?php
function section_persistent()
{
add_filter('pl_sorted_settings_array', array(&$this, 'add_global_panel'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment