Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function change_crm_slug( &$crm ) {
- $crm->slug = 'groundhogg';
- }
- add_action( 'wpf_crm_loaded', 'change_crm_slug', 5 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement