
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: post-content.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Server-side rendering of the `core/post-content` block.
 *
 * @package WordPress
 */

/**
 * Renders the `core/post-content` block on the server.
 *
 * @since 5.8.0
 *
 * @param array    $attributes Block attributes.
 * @param string   $content    Block default content.
 * @param WP_Block $block      Block instance.
 * @return string Returns the filtered post content of the current post.
 */
function render_block_core_post_content( $attributes, $content, $block ) {
	static $seen_ids = array();

	if ( ! isset( $block-&gt;context[&#039;postId&#039;] ) ) {
		return &#039;&#039;;
	}

	$post_id = $block-&gt;context[&#039;postId&#039;];

	if ( isset( $seen_ids[ $post_id ] ) ) {
		// WP_DEBUG_DISPLAY must only be honored when WP_DEBUG. This precedent
		// is set in `wp_debug_mode()`.
		$is_debug = WP_DEBUG &amp;&amp; WP_DEBUG_DISPLAY;

		return $is_debug ?
			// translators: Visible only in the front end, this warning takes the place of a faulty block.
			__( &#039;[block rendering halted]&#039; ) :
			&#039;&#039;;
	}

	$seen_ids[ $post_id ] = true;

	// When inside the main loop, we want to use queried object
	// so that `the_preview` for the current post can apply.
	// We force this behavior by omitting the third argument (post ID) from the `get_the_content`.
	$content = get_the_content();
	// Check for nextpage to display page links for paginated posts.
	if ( has_block( &#039;core/nextpage&#039; ) ) {
		$content .= wp_link_pages( array( &#039;echo&#039; =&gt; 0 ) );
	}

	/** This filter is documented in wp-includes/post-template.php */
	$content = apply_filters( &#039;the_content&#039;, str_replace( &#039;]]&gt;&#039;, &#039;]]&amp;gt;&#039;, $content ) );
	unset( $seen_ids[ $post_id ] );

	if ( empty( $content ) ) {
		return &#039;&#039;;
	}

	$tag_name = &#039;div&#039;;

	if ( ! empty( $attributes[&#039;tagName&#039;] ) &amp;&amp; tag_escape( $attributes[&#039;tagName&#039;] ) === $attributes[&#039;tagName&#039;] ) {
		$tag_name = $attributes[&#039;tagName&#039;];
	}

	$wrapper_attributes = get_block_wrapper_attributes( array( &#039;class&#039; =&gt; &#039;entry-content&#039; ) );

	return sprintf(
		&#039;&lt;%1$s %2$s&gt;%3$s&lt;/%1$s&gt;&#039;,
		$tag_name,
		$wrapper_attributes,
		$content
	);
}

/**
 * Registers the `core/post-content` block on the server.
 *
 * @since 5.8.0
 */
function register_block_core_post_content() {
	register_block_type_from_metadata(
		__DIR__ . &#039;/post-content&#039;,
		array(
			&#039;render_callback&#039; =&gt; &#039;render_block_core_post_content&#039;,
		)
	);
}
add_action( &#039;init&#039;, &#039;register_block_core_post_content&#039; );
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
