Advertisement
verygoodplugins

Untitled

Aug 6th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. function grid_ld_progress_bar( $output, $args ) {
  2.  
  3.     var_dump( $args );
  4.  
  5.     $id = 1;
  6.  
  7.     return do_shortcode('[learndash_course_progress course_id="' . $id . '"]');
  8.  
  9. }
  10.  
  11. add_filter( 'tg_before_grid_item_end', 'grid_ld_progress_bar', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement