Guest User

Untitled

a guest
Feb 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php //Please do not include the opening PHP tag if you already have one
  2.  
  3. function tw_ee_custom_Event_Attendees__process_shortcode__order_by( $order_by_array ){
  4. return array('ATT_fname' => 'ACS');
  5. }
  6. add_filter('FHEE__EES_Espresso_Event_Attendees__process_shortcode__order_by','tw_ee_custom_Event_Attendees__process_shortcode__order_by');
Add Comment
Please, Sign In to add comment