Advertisement
verygoodplugins

Untitled

Mar 6th, 2023
959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. function change_crm_slug( &$crm ) {
  2.  
  3.     $crm->slug = 'groundhogg';
  4.  
  5. }
  6.  
  7. add_action( 'wpf_crm_loaded', 'change_crm_slug', 5 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement