Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function custom_events_list(){
- $user_id = get_current_user_id();
- echo do_shortcode('[events_list pagination=1 limit=10 scope="future" owner="'.$user_id.'" ]');
- }
- add_shortcode('events_list_byowner', 'custom_events_list');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement