PƶU ! ƶU /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1732518277.M453343P1995815.w16,S=80422,W=81466:2, , 50P2103903.w1! ƶU PVƶU ! ƶU ߠ ! @4ƶU dƶU 1 ZƶU 0*,ƶU 0 Q xU [yЈAvar/qmail/mailnames/.spamtrain/learn_msgs_1755752308 1 1 ƶU ir/./curA @o0ǶU o0ǶU me" ] 1 @CƶU öU ] 1 ƶU 0öU ;ǶU ] 1 2ƶU 2öU ƶU ] ! [ ~U ƶU ! ham U s s ! 0]ƶU 0ƶU ! `~U `ƶU es 4 1 `yƶU U 0 WƶU öU 8öU ƶU 2qT$~ƶU 0:ƶU @;ƶU ƶU 2 }T$2GtFp * /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1735689786.M337474P1301483.w16,S=356383,W=363269:2, r/qmail/mailn! $ƶU ! ! ƶU ƶU q /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1745901297.M125643P2437552.w16,S=5320,W=5429:2, 4! $ƶU ! ! pƶU ƶU /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1734660186.M65676P2505452.w16,S=334422,W=340875:2, 747227964.M21! `ƶU ! ! 0ƶU PƶU /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1749097117.M750996P575286.w16,S=184526,W=190630:2, nfo/Maildir/./! ƶU ! ! ƶU ƶU q /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1662472750.M745304P4189654.w16,S=5902,W=6018:2, m! ƶU ! ! ƶU ƶU q /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1750406393.M241092P419744.w16,S=86367,W=88608:2, ! PƶU ! ! @ ƶU pƶU q /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1662472535.M931523P4188088.w16,S=5548,W=5658:2, ! ƶU ! ! ƶU ƶU /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1745838680.M248540P1940610.w16,S=39201,W=39736:2, eil-reifen.de/! ƶU ! ! ƶU ƶU q /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1749709030.M53667P3687983.w16,S=9641,W=9775:2, /! ƶU ! ! pƶU ƶU /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1635501633.M722233P2554330.w16,S=14062,W=14359:2, 8211.w16,S=1039! ` ƶU ! ! ƶU PƶU q /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1738989208.M722801P2813867.w16,S=3260,W=3342:2, 4! ƶU ! ! ƶU ƶU /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1650942186.M854085P1055294.w16,S=380315,W=387291:2, fen.de/info/M! ƶU ! ! ƶU ƶU q /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1633535520.M685032P1421733.w16,S=5658,W=5772:2, i! ƶU ! ! PƶU p ƶU /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1753344059.M498058P2283296.w16,S=87146,W=89401:2, , ,S=22934,W=23! @ƶU ! ! ƶU 0ƶU q /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1734922415.M522110P162017.w16,S=6004,W=6131:2, .! ƶU ! ! ƶU ƶU /var/qmail/mailnames/keil-reifen.de/info/Maildir/./cur/1662473049.M373076P4191982.w16,S=131605,W=133503:2, info/Maildir/! ƶU ! ! pƶU ƶU q /var/qmail/mailnames/keil-reifenh differs from the 'thumbnail' image size managed via the * Settings > Media screen. * * When using the_post_thumbnail() or related functions, the 'post-thumbnail' image * size is used by default, though a different size can be specified instead as needed. * * @since 2.9.0 * @since 4.4.0 `$post` can be a post ID or WP_Post object. * * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`. * @param string|int[] $size Optional. Image size. Accepts any registered image size name, or an array of * width and height values in pixels (in that order). Default 'post-thumbnail'. * @param string|array $attr Optional. Query string or array of attributes. Default empty. * @return string The post thumbnail image tag. */ function get_the_post_thumbnail( $post = null, $size = 'post-thumbnail', $attr = '' ) { $post = get_post( $post ); if ( ! $post ) { return ''; } $post_thumbnail_id = get_post_thumbnail_id( $post ); /** * Filters the post thumbnail size. * * @since 2.9.0 * @since 4.9.0 Added the `$post_id` parameter. * * @param string|int[] $size Requested image size. Can be any registered image size name, or * an array of width and height values in pixels (in that order). * @param int $post_id The post ID. */ $size = apply_filters( 'post_thumbnail_size', $size, $post->ID ); if ( $post_thumbnail_id ) { /** * Fires before fetching the post thumbnail HTML. * * Provides "just in time" filtering of all filters in wp_get_attachment_image(). * * @since 2.9.0 * * @param int $post_id The post ID. * @param int $post_thumbnail_id The post thumbnail ID. * @param string|int[] $size Requested image size. Can be any registered image size name, or * an array of width and height values in pixels (in that order). */ do_action( 'begin_fetch_post_thumbnail_html', $post->ID, $post_thumbnail_id, $size ); if ( in_the_loop() ) { update_post_thumbnail_cache(); } // Get the 'loading' attribute value to use as default, taking precedence over the default from // `wp_get_attachment_image()`. $loading = wp_get_loading_attr_default( 'the_post_thumbnail' ); // Add the default to the given attributes unless they already include a 'loading' directive. if ( empty( $attr ) ) { $attr = array( 'loading' => $loading ); } elseif ( is_array( $attr ) && ! array_key_exists( 'loading', $attr ) ) { $attr['loading'] = $loading; } elseif ( is_string( $attr ) && ! preg_match( '/(^|&)loading=/', $attr ) ) { $attr .= '&loading=' . $loading; } $html = wp_get_attachment_image( $post_thumbnail_id, $size, false, $attr ); /** * Fires after fetching the post thumbnail HTML. * * @since 2.9.0 * * @param int $post_id The post ID. * @param int $post_thumbnail_id The post thumbnail ID. * @param string|int[] $size Requested image size. Can be any registered image size name, or * an array of width and height values in pixels (in that order). */ do_action( 'end_fetch_post_thumbnail_html', $post->ID, $post_thumbnail_id, $size ); } else { $html = ''; } /** * Filters the post thumbnail HTML. * * @since 2.9.0 * * @param string $html The post thumbnail HTML. * @param int $post_id The post ID. * @param int $post_thumbnail_id The post thumbnail ID, or 0 if there isn't one. * @param string|int[] $size Requested image size. Can be any registered image size name, or * an array of width and height values in pixels (in that order). * @param string|array $attr Query string or array of attributes. */ return apply_filters( 'post_thumbnail_html', $html, $post->ID, $post_thumbnail_id, $size, $attr ); } /** * Returns the post thumbnail URL. * * @since 4.4.0 * * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`. * @param string|int[] $size Optional. Registered image size to retrieve the source for or a flat array * of height and width dimensions. Default 'post-thumbnail'. * @return string|false Post thumbnail URL or false if no image is available. If `$size` does not match * any registered image size, the original image URL will be returned. */ function get_the_post_thumbnail_url( $post = null, $size = 'post-thumbnail' ) { $post_thumbnail_id = get_post_thumbnail_id( $post ); if ( ! $post_thumbnail_id ) { return false; } $thumbnail_url = wp_get_attachment_image_url( $post_thumbnail_id, $size ); /** * Filters the post thumbnail URL. * * @since 5.9.0 * * @param string|false $thumbnail_url Post thumbnail URL or false if the post does not exist. * @param int|WP_Post|null $post Post ID or WP_Post object. Default is global `$post`. * @param string|int[] $size Registered image size to retrieve the source for or a flat array * of height and width dimensions. Default 'post-thumbnail'. */ return apply_filters( 'post_thumbnail_url', $thumbnail_url, $post, $size ); } /** * Displays the post thumbnail URL. * * @since 4.4.0 * * @param string|int[] $size Optional. Image size to use. Accepts any valid image size, * or an array of width and height values in pixels (in that order). * Default 'post-thumbnail'. */ function the_post_thumbnail_url( $size = 'post-thumbnail' ) { $url = get_the_post_thumbnail_url( null, $size ); if ( $url ) { echo esc_url( $url ); } } /** * Returns the post thumbnail caption. * * @since 4.6.0 * * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`. * @return string Post thumbnail caption. */ function get_the_post_thumbnail_caption( $post = null ) { $post_thumbnail_id = get_post_thumbnail_id( $post ); if ( ! $post_thumbnail_id ) { return ''; } $caption = wp_get_attachment_caption( $post_thumbnail_id ); if ( ! $caption ) { $caption = ''; } return $caption; } /** * Displays the post thumbnail caption. * * @since 4.6.0 * * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`. */ function the_post_thumbnail_caption( $post = null ) { /** * Filters the displayed post thumbnail caption. * * @since 4.6.0 * * @param string $caption Caption for the given attachment. */ echo apply_filters( 'the_post_thumbnail_caption', get_the_post_thumbnail_caption( $post ) ); }