"; } } add_action('wp_head', 'themeoo_mobile_backdrop_overlay'); } // Comment if ( ! function_exists( 'themeoo_commentfields_rowtag' ) ) { /** * Adds the Proper opening markup for comment filed. * * @return void */ function themeoo_commentfields_rowtag() { echo '
'; } } if ( ! function_exists( 'themeoo_commentfields_rowtag_end' ) ) { /** * Adds the Proper closing markup for comment filed. * * @return void */ function themeoo_commentfields_rowtag_end() { echo '
'; } } /** * Themeoo Comment Reply link * * @param string $link * * @return string */ function themeoo_cancel_comment_reply_link( $link ) { $tip = '
' . wp_get_attachment_image( $attachment_id, $size, $icon, $attr ) . ''; add_filter( 'wp_get_attachment_image_attributes', 'themeoo_filter_attachment_image_attributes', 9999 ); add_filter( 'wp_get_attachment_image', 'themeoo_add_no_js_attachment_image', 9999, 5 ); return $html; }