[
MAINHACK SHELL
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: block-patterns.tar
query-offset-posts.php 0000644 00000003724 15150060743 0011063 0 ustar 00 <?php /** * Query: Offset. * * @package WordPress */ return array( 'title' => _x( 'Offset', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} --> <div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"width":"50%"} --> <div class="wp-block-column" style="flex-basis:50%"><!-- wp:query {"query":{"perPage":2,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"list"}} --> <div class="wp-block-query"><!-- wp:post-template --> <!-- wp:post-featured-image /--> <!-- wp:post-title /--> <!-- wp:post-date /--> <!-- wp:spacer {"height":200} --> <div style="height:200px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- /wp:post-template --></div> <!-- /wp:query --></div> <!-- /wp:column --> <!-- wp:column {"width":"50%"} --> <div class="wp-block-column" style="flex-basis:50%"><!-- wp:query {"query":{"perPage":2,"pages":0,"offset":2,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"list"}} --> <div class="wp-block-query"><!-- wp:post-template --> <!-- wp:spacer {"height":200} --> <div style="height:200px" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:post-featured-image /--> <!-- wp:post-title /--> <!-- wp:post-date /--> <!-- /wp:post-template --></div> <!-- /wp:query --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group -->', ); query-large-title-posts.php 0000644 00000003703 15150060743 0012003 0 ustar 00 <?php /** * Query: Large title. * * @package WordPress */ return array( 'title' => _x( 'Large title', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"100px","right":"100px","bottom":"100px","left":"100px"}},"color":{"text":"#ffffff","background":"#000000"}}} --> <div class="wp-block-group alignfull has-text-color has-background" style="background-color:#000000;color:#ffffff;padding-top:100px;padding-right:100px;padding-bottom:100px;padding-left:100px"><!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} --> <div class="wp-block-query"><!-- wp:post-template --> <!-- wp:separator {"customColor":"#ffffff","align":"wide","className":"is-style-wide"} --> <hr class="wp-block-separator alignwide has-text-color has-background is-style-wide" style="background-color:#ffffff;color:#ffffff"/> <!-- /wp:separator --> <!-- wp:columns {"verticalAlignment":"center","align":"wide"} --> <div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"20%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%"><!-- wp:post-date {"style":{"color":{"text":"#ffffff"}},"fontSize":"extra-small"} /--></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center","width":"80%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:post-title {"isLink":true,"style":{"typography":{"fontSize":"72px","lineHeight":"1.1"},"color":{"text":"#ffffff","link":"#ffffff"}}} /--></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- /wp:post-template --></div> <!-- /wp:query --></div> <!-- /wp:group -->', ); social-links-shared-background-color.php 0000644 00000001667 15150060743 0014355 0 ustar 00 <?php /** * Social links with a shared background color. * * @package WordPress * @since 5.8.0 * @deprecated 6.7.0 This pattern is deprecated. Please use the Social Links block instead. */ return array( 'title' => _x( 'Social links with a shared background color', 'Block pattern title' ), 'categories' => array( 'buttons' ), 'blockTypes' => array( 'core/social-links' ), 'viewportWidth' => 500, 'content' => '<!-- wp:social-links {"customIconColor":"#ffffff","iconColorValue":"#ffffff","customIconBackgroundColor":"#3962e3","iconBackgroundColorValue":"#3962e3","className":"has-icon-color"} --> <ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"https://wordpress.org","service":"wordpress"} /--> <!-- wp:social-link {"url":"#","service":"chain"} /--> <!-- wp:social-link {"url":"#","service":"mail"} /--></ul> <!-- /wp:social-links -->', ); query-grid-posts.php 0000644 00000001714 15150060743 0010517 0 ustar 00 <?php /** * Query: Grid. * * @package WordPress */ return array( 'title' => _x( 'Grid', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:query {"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"flex","columns":3}} --> <div class="wp-block-query"> <!-- wp:post-template --> <!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} --> <div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:post-title {"isLink":true} /--> <!-- wp:post-excerpt /--> <!-- wp:post-date /--></div> <!-- /wp:group --> <!-- /wp:post-template --> </div> <!-- /wp:query -->', ); query-medium-posts.php 0000644 00000002035 15150060743 0011047 0 ustar 00 <?php /** * Query: Image at left. * * @package WordPress */ return array( 'title' => _x( 'Image at left', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} --> <div class="wp-block-query"> <!-- wp:post-template --> <!-- wp:columns {"align":"wide"} --> <div class="wp-block-columns alignwide"><!-- wp:column {"width":"66.66%"} --> <div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:post-featured-image {"isLink":true} /--></div> <!-- /wp:column --> <!-- wp:column {"width":"33.33%"} --> <div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:post-title {"isLink":true} /--> <!-- wp:post-excerpt /--></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- /wp:post-template --> </div> <!-- /wp:query -->', ); query-standard-posts.php 0000644 00000001450 15150060743 0011367 0 ustar 00 <?php /** * Query: Standard. * * @package WordPress */ return array( 'title' => _x( 'Standard', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} --> <div class="wp-block-query"> <!-- wp:post-template --> <!-- wp:post-title {"isLink":true} /--> <!-- wp:post-featured-image {"isLink":true,"align":"wide"} /--> <!-- wp:post-excerpt /--> <!-- wp:separator --> <hr class="wp-block-separator"/> <!-- /wp:separator --> <!-- wp:post-date /--> <!-- /wp:post-template --> </div> <!-- /wp:query -->', ); query-small-posts.php 0000644 00000002230 15150060743 0010674 0 ustar 00 <?php /** * Query: Small image and title. * * @package WordPress */ return array( 'title' => _x( 'Small image and title', 'Block pattern title' ), 'blockTypes' => array( 'core/query' ), 'categories' => array( 'query' ), 'content' => '<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} --> <div class="wp-block-query"> <!-- wp:post-template --> <!-- wp:columns {"verticalAlignment":"center"} --> <div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"25%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:25%"><!-- wp:post-featured-image {"isLink":true} /--></div> <!-- /wp:column --> <!-- wp:column {"verticalAlignment":"center","width":"75%"} --> <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:75%"><!-- wp:post-title {"isLink":true} /--></div> <!-- /wp:column --></div> <!-- /wp:columns --> <!-- /wp:post-template --> </div> <!-- /wp:query -->', ); error_log 0000644 00000124641 15150060743 0006472 0 ustar 00 [24-Dec-2024 10:16:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [24-Dec-2024 10:16:17 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [24-Dec-2024 10:16:17 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [24-Dec-2024 10:16:17 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [15-Mar-2025 08:45:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [15-Mar-2025 08:45:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [15-Mar-2025 08:45:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [15-Mar-2025 08:45:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [15-Mar-2025 08:45:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [15-Mar-2025 08:45:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [15-Mar-2025 08:46:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [01-Apr-2025 10:58:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [01-Apr-2025 10:58:07 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [01-Apr-2025 10:58:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [01-Apr-2025 10:58:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [01-Apr-2025 10:58:19 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [01-Apr-2025 10:58:19 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [01-Apr-2025 10:58:23 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [15-Jul-2025 01:12:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [15-Jul-2025 01:12:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [15-Jul-2025 01:12:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [15-Jul-2025 01:12:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [15-Jul-2025 01:15:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [15-Jul-2025 01:15:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [15-Jul-2025 01:15:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [15-Jul-2025 01:15:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [21-Aug-2025 02:50:41 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [21-Aug-2025 02:50:42 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [21-Aug-2025 02:50:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [21-Aug-2025 02:50:44 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [22-Aug-2025 06:13:30 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [22-Aug-2025 06:13:31 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [22-Aug-2025 06:13:31 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [22-Aug-2025 06:13:31 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [02-Sep-2025 07:21:39 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [02-Sep-2025 07:21:39 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [02-Sep-2025 07:21:41 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [02-Sep-2025 07:21:42 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [02-Sep-2025 07:21:42 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [02-Sep-2025 07:21:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [02-Sep-2025 07:21:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [04-Sep-2025 02:18:23 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [04-Sep-2025 02:18:24 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [04-Sep-2025 02:18:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [04-Sep-2025 02:18:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [04-Sep-2025 02:18:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [04-Sep-2025 02:18:27 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [04-Sep-2025 02:18:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [20-Sep-2025 21:04:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [20-Sep-2025 21:04:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [20-Sep-2025 21:04:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [20-Sep-2025 21:04:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [20-Sep-2025 21:04:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [20-Sep-2025 21:05:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [20-Sep-2025 21:05:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [26-Oct-2025 19:55:24 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [26-Oct-2025 19:55:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [26-Oct-2025 19:55:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [26-Oct-2025 19:55:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [26-Oct-2025 19:55:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [26-Oct-2025 19:55:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [26-Oct-2025 19:55:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [03-Dec-2025 04:33:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [03-Dec-2025 04:33:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [03-Dec-2025 04:33:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [03-Dec-2025 04:33:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [03-Dec-2025 04:33:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [03-Dec-2025 04:33:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [03-Dec-2025 04:33:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [22-Dec-2025 12:36:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [22-Dec-2025 12:36:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [22-Dec-2025 12:36:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [22-Dec-2025 12:36:44 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [22-Dec-2025 12:36:44 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [22-Dec-2025 12:36:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [22-Dec-2025 12:36:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [22-Dec-2025 12:49:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [22-Dec-2025 12:49:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [22-Dec-2025 12:49:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [22-Dec-2025 12:49:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [22-Dec-2025 12:49:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [22-Dec-2025 12:49:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [22-Dec-2025 12:49:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [05-Jan-2026 14:06:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [05-Jan-2026 14:06:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [05-Jan-2026 14:06:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [05-Jan-2026 14:06:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [05-Jan-2026 14:06:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [05-Jan-2026 14:06:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [05-Jan-2026 14:06:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [05-Jan-2026 14:15:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [05-Jan-2026 14:15:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [05-Jan-2026 14:15:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [05-Jan-2026 14:15:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [05-Jan-2026 14:15:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [05-Jan-2026 14:15:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [05-Jan-2026 14:15:37 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [14-Jan-2026 09:16:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [14-Jan-2026 09:16:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [14-Jan-2026 09:16:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [14-Jan-2026 09:16:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [14-Jan-2026 09:16:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [14-Jan-2026 09:16:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [14-Jan-2026 09:16:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [14-Jan-2026 09:28:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [14-Jan-2026 09:28:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [14-Jan-2026 09:28:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [14-Jan-2026 09:28:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [14-Jan-2026 09:28:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [14-Jan-2026 09:28:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [14-Jan-2026 09:28:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [20-Jan-2026 18:23:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [20-Jan-2026 18:23:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [20-Jan-2026 18:23:46 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [20-Jan-2026 18:23:46 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [20-Jan-2026 18:23:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [20-Jan-2026 18:23:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [20-Jan-2026 18:23:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [20-Jan-2026 18:35:01 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [20-Jan-2026 18:35:01 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [20-Jan-2026 18:35:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [20-Jan-2026 18:35:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [20-Jan-2026 18:35:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [20-Jan-2026 18:35:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [20-Jan-2026 18:35:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [24-Jan-2026 21:05:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [24-Jan-2026 21:05:27 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [24-Jan-2026 21:05:27 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [24-Jan-2026 21:05:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [24-Jan-2026 21:05:29 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [24-Jan-2026 21:05:29 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [24-Jan-2026 21:05:30 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11 [24-Jan-2026 21:20:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-grid-posts.php on line 9 [24-Jan-2026 21:20:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-large-title-posts.php on line 9 [24-Jan-2026 21:20:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-medium-posts.php on line 9 [24-Jan-2026 21:20:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-offset-posts.php on line 9 [24-Jan-2026 21:20:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-small-posts.php on line 9 [24-Jan-2026 21:20:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php:9 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/query-standard-posts.php on line 9 [24-Jan-2026 21:20:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function _x() in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php:11 Stack trace: #0 {main} thrown in /home/inceptionblue/public_html/wp-includes/block-patterns/social-links-shared-background-color.php on line 11
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server.isorus.org
Server IP: 159.223.142.74
PHP Version: 7.4.33
Server Software: Apache
System: Linux server.isorus.org 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64
HDD Total: 319.99 GB
HDD Free: 212.36 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
Off
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: inceptionblue
User ID (UID): 1042
Group ID (GID): 1043
Script Owner UID:
Current Dir Owner: 1042