Guest User

Untitled

a guest
Jan 22nd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. function widget( $args, $instance ) {  
  4.        
  5.     extract( $args, EXTR_SKIP );
  6.        
  7.     $component = $instance['component'];
  8.        
  9.     if ( $component != '' ) { locate_template( 'includes/homepage-' . $component . '-panel.php', true ); }
  10.  
  11. } // End widget()
Add Comment
Please, Sign In to add comment