'80px', 'height' => '80px' ) ) { do_action( 'shapeshifter_default_thumbnail_div_tag', $class, $size ); } } // Post Thumbnail DIV Tag if ( ! function_exists( 'shapeshifter_post_thumbnail_div_tag' ) ) { function shapeshifter_post_thumbnail_div_tag( $post_id, $div_class = 'post-thumbnail', $size = array( 'width' => '80px', 'height' => '80px' ) ) { do_action( 'shapeshifter_post_thumbnail_div_tag', $post_id, $div_class, $size ); } } // In order to filter Entire BODY // Start if ( ! function_exists( 'shapeshifter_body_wrapper_start' ) ) { function shapeshifter_body_wrapper_start() { do_action( 'shapeshifter_body_wrapper_start' ); } } // End if ( ! function_exists( 'shapeshifter_body_wrapper_end' ) ) { function shapeshifter_body_wrapper_end() { do_action( 'shapeshifter_body_wrapper_end' ); } } ?>