post-meta.php 0000644 00000004047 15222251137 0007173 0 ustar 00 "foo" ).
* @param WP_Block $block_instance The block instance.
* @return mixed The value computed for the source.
*/
function _block_bindings_post_meta_get_value( array $source_args, $block_instance ) {
if ( empty( $source_args['key'] ) ) {
return null;
}
if ( empty( $block_instance->context['postId'] ) ) {
return null;
}
$post_id = $block_instance->context['postId'];
// If a post isn't public, we need to prevent unauthorized users from accessing the post meta.
$post = get_post( $post_id );
if ( ( ! is_post_publicly_viewable( $post ) && ! current_user_can( 'read_post', $post_id ) ) || post_password_required( $post ) ) {
return null;
}
// Check if the meta field is protected.
if ( is_protected_meta( $source_args['key'], 'post' ) ) {
return null;
}
// Check if the meta field is registered to be shown in REST.
$meta_keys = get_registered_meta_keys( 'post', $block_instance->context['postType'] );
// Add fields registered for all subtypes.
$meta_keys = array_merge( $meta_keys, get_registered_meta_keys( 'post', '' ) );
if ( empty( $meta_keys[ $source_args['key'] ]['show_in_rest'] ) ) {
return null;
}
return get_post_meta( $post_id, $source_args['key'], true );
}
/**
* Registers Post Meta source in the block bindings registry.
*
* @since 6.5.0
* @access private
*/
function _register_block_bindings_post_meta_source() {
register_block_bindings_source(
'core/post-meta',
array(
'label' => _x( 'Post Meta', 'block bindings source' ),
'get_value_callback' => '_block_bindings_post_meta_get_value',
'uses_context' => array( 'postId', 'postType' ),
)
);
}
add_action( 'init', '_register_block_bindings_post_meta_source' );
error_log 0000644 00000156525 15222251137 0006477 0 ustar 00 [02-May-2024 20:47:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[02-May-2024 20:47:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[06-May-2024 05:40:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[06-May-2024 05:40:41 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[11-May-2024 16:22:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[11-May-2024 16:22:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[12-Jul-2024 17:10:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[12-Jul-2024 17:10:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[18-Jul-2024 16:23:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[18-Jul-2024 16:24:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[22-Jul-2024 20:12:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[22-Jul-2024 20:12:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[29-Jul-2024 02:46:39 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[29-Jul-2024 02:46:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[07-Aug-2024 05:14:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[07-Aug-2024 05:14:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[07-Aug-2024 15:59:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[07-Aug-2024 15:59:04 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[10-Aug-2024 20:49:17 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[10-Aug-2024 20:49:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[02-Sep-2024 21:38:38 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[02-Sep-2024 21:38:39 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[02-Sep-2024 21:38:40 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[02-Sep-2024 21:38:40 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[08-Sep-2024 21:04:50 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[08-Sep-2024 21:04:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[19-Sep-2024 20:15:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[19-Sep-2024 20:15:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[23-Oct-2024 10:21:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[23-Oct-2024 10:21:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[23-Oct-2024 10:21:27 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[23-Oct-2024 10:21:32 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[10-Nov-2024 09:07:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[10-Nov-2024 09:08:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-Nov-2024 09:44:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[13-Nov-2024 09:44:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-Nov-2024 22:20:20 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[13-Nov-2024 22:20:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[13-Nov-2024 22:20:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-Nov-2024 22:20:31 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[16-Nov-2024 04:29:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[16-Nov-2024 04:29:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[17-Nov-2024 02:10:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[17-Nov-2024 02:10:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[19-Nov-2024 00:34:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[19-Nov-2024 00:34:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[08-Dec-2024 16:11:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[08-Dec-2024 16:11:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-Dec-2024 08:32:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-Dec-2024 08:32:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[16-Jan-2025 06:56:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[16-Jan-2025 06:56:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[17-Jan-2025 13:06:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[17-Jan-2025 13:06:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[17-Jan-2025 13:06:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[17-Jan-2025 13:06:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[27-Jan-2025 01:59:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[27-Jan-2025 01:59:39 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[27-Jan-2025 01:59:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[27-Jan-2025 01:59:46 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[02-Feb-2025 01:51:44 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[02-Feb-2025 01:51:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[22-Feb-2025 06:22:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[22-Feb-2025 06:22:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[11-Mar-2025 11:06:20 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[11-Mar-2025 11:06:40 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[29-Mar-2025 10:06:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[29-Mar-2025 10:06:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[20-Apr-2025 03:58:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[20-Apr-2025 03:58:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-May-2025 10:04:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-May-2025 10:04:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-May-2025 10:04:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-May-2025 10:04:18 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-May-2025 10:04:18 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[13-May-2025 10:04:18 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[13-May-2025 10:04:19 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[13-May-2025 10:04:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-May-2025 12:07:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-May-2025 12:07:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-May-2025 12:07:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-May-2025 12:07:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-May-2025 12:07:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-May-2025 12:07:25 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-May-2025 12:07:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-May-2025 12:07:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-May-2025 14:31:50 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-May-2025 14:31:50 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-May-2025 14:31:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-May-2025 14:31:53 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-May-2025 14:31:53 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-May-2025 14:31:53 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-May-2025 14:31:54 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-May-2025 14:31:57 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[18-Jun-2025 16:55:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[18-Jun-2025 16:55:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[01-Jul-2025 14:17:19 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[01-Jul-2025 14:17:20 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[19-Jul-2025 09:25:54 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[19-Jul-2025 09:25:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[08-Aug-2025 10:14:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[08-Aug-2025 10:14:39 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[08-Aug-2025 10:14:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[08-Aug-2025 10:14:51 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-Aug-2025 04:41:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-Aug-2025 04:41:55 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-Aug-2025 04:42:01 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-Aug-2025 04:42:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[20-Aug-2025 23:18:42 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[20-Aug-2025 23:18:44 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[21-Aug-2025 19:44:43 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[21-Aug-2025 19:44:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[22-Aug-2025 20:30:30 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[22-Aug-2025 20:30:32 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[22-Aug-2025 20:30:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[22-Aug-2025 20:30:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[26-Aug-2025 06:20:50 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[26-Aug-2025 06:20:50 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[27-Aug-2025 12:07:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[27-Aug-2025 12:07:57 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[04-Sep-2025 00:32:18 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[04-Sep-2025 00:32:18 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[06-Sep-2025 01:50:57 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[06-Sep-2025 01:50:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[09-Sep-2025 17:36:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[09-Sep-2025 17:36:46 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[14-Sep-2025 15:04:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[14-Sep-2025 15:04:14 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[17-Sep-2025 16:17:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[18-Sep-2025 16:56:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[18-Sep-2025 16:56:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[19-Sep-2025 06:26:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[19-Sep-2025 06:26:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[19-Sep-2025 06:51:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[19-Sep-2025 06:51:47 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[22-Sep-2025 12:34:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[22-Sep-2025 12:34:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[25-Sep-2025 21:53:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[25-Sep-2025 21:53:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[29-Sep-2025 23:06:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[29-Sep-2025 23:06:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[02-Oct-2025 10:37:32 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[02-Oct-2025 10:37:32 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[07-Oct-2025 14:52:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[02-Nov-2025 08:25:37 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[02-Nov-2025 08:25:37 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[05-Nov-2025 00:32:42 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[06-Dec-2025 18:40:32 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[06-Dec-2025 18:40:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[23-Dec-2025 11:33:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[23-Dec-2025 11:33:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php:98
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php on line 98
[23-Dec-2025 11:34:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[23-Dec-2025 11:34:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php:119
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php on line 119
[24-Dec-2025 14:46:58 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[24-Dec-2025 14:47:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php:98
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php on line 98
[24-Dec-2025 14:47:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[24-Dec-2025 14:47:05 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php:119
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php on line 119
[04-Jan-2026 10:05:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[04-Jan-2026 10:05:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php:98
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php on line 98
[04-Jan-2026 10:05:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[04-Jan-2026 10:05:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php:119
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php on line 119
[05-Jan-2026 18:32:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php:98
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php on line 98
[05-Jan-2026 18:32:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[05-Jan-2026 18:32:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php:119
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php on line 119
[05-Jan-2026 18:32:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[06-Jan-2026 01:15:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[06-Jan-2026 01:15:35 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php:98
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php on line 98
[06-Jan-2026 01:15:36 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[06-Jan-2026 01:15:38 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php:119
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php on line 119
[07-Jan-2026 04:26:03 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[07-Jan-2026 04:26:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php:98
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php on line 98
[07-Jan-2026 04:26:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php:119
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php on line 119
[07-Jan-2026 04:26:10 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-Jan-2026 06:28:07 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[13-Jan-2026 06:28:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php:98
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php on line 98
[13-Jan-2026 06:28:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-Jan-2026 06:28:08 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php:119
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php on line 119
[13-Jan-2026 23:48:19 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[13-Jan-2026 23:48:20 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php:98
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php on line 98
[13-Jan-2026 23:48:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[13-Jan-2026 23:48:23 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php:119
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php on line 119
[21-Feb-2026 02:55:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php:47
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/pattern-overrides.php on line 47
[21-Feb-2026 02:55:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php:98
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-data.php on line 98
[21-Feb-2026 02:55:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php:70
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/post-meta.php on line 70
[21-Feb-2026 02:55:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function add_action() in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php:119
Stack trace:
#0 {main}
thrown in /home/antiaginglove/public_html/wp-includes/block-bindings/term-data.php on line 119
term-data.php 0000644 00000006103 15222251137 0007133 0 ustar 00 "name" ).
* @param WP_Block $block_instance The block instance.
* @return mixed The value computed for the source.
*/
function _block_bindings_term_data_get_value( array $source_args, $block_instance ) {
if ( empty( $source_args['field'] ) ) {
return null;
}
/*
* BACKWARDS COMPATIBILITY: Hardcoded exception for navigation blocks.
* Required for WordPress 6.9+ navigation blocks. DO NOT REMOVE.
*/
$block_name = $block_instance->name ?? '';
$is_navigation_block = in_array(
$block_name,
array( 'core/navigation-link', 'core/navigation-submenu' ),
true
);
if ( $is_navigation_block ) {
// Navigation blocks: read from block attributes.
$term_id = $block_instance->attributes['id'] ?? null;
$type = $block_instance->attributes['type'] ?? '';
// Map UI shorthand to taxonomy slug when using attributes.
$taxonomy = ( 'tag' === $type ) ? 'post_tag' : $type;
} else {
// All other blocks: use context
$term_id = $block_instance->context['termId'] ?? null;
$taxonomy = $block_instance->context['taxonomy'] ?? '';
}
// If we don't have required identifiers, bail early.
if ( empty( $term_id ) || empty( $taxonomy ) ) {
return null;
}
// Get the term data.
$term = get_term( $term_id, $taxonomy );
if ( is_wp_error( $term ) || ! $term ) {
return null;
}
// Check if taxonomy exists and is publicly queryable.
$taxonomy_object = get_taxonomy( $taxonomy );
if ( ! $taxonomy_object || ! $taxonomy_object->publicly_queryable ) {
if ( ! current_user_can( 'read' ) ) {
return null;
}
}
switch ( $source_args['field'] ) {
case 'id':
return esc_html( (string) $term_id );
case 'name':
return esc_html( $term->name );
case 'link':
// Only taxonomy entities are supported by Term Data.
$term_link = get_term_link( $term );
return is_wp_error( $term_link ) ? null : esc_url( $term_link );
case 'slug':
return esc_html( $term->slug );
case 'description':
return wp_kses_post( $term->description );
case 'parent':
return esc_html( (string) $term->parent );
case 'count':
return esc_html( (string) $term->count );
default:
return null;
}
}
/**
* Registers Term Data source in the block bindings registry.
*
* @since 6.9.0
* @access private
*/
function _register_block_bindings_term_data_source() {
if ( get_block_bindings_source( 'core/term-data' ) ) {
// The source is already registered.
return;
}
register_block_bindings_source(
'core/term-data',
array(
'label' => _x( 'Term Data', 'block bindings source' ),
'get_value_callback' => '_block_bindings_term_data_get_value',
'uses_context' => array( 'termId', 'taxonomy' ),
)
);
}
add_action( 'init', '_register_block_bindings_term_data_source' );
post-data.php 0000644 00000005421 15222251137 0007153 0 ustar 00 "foo" ).
* @param WP_Block $block_instance The block instance.
* @return mixed The value computed for the source.
*/
function _block_bindings_post_data_get_value( array $source_args, $block_instance ) {
if ( empty( $source_args['field'] ) ) {
// Backward compatibility for when the source argument was called `key` in Gutenberg plugin.
if ( empty( $source_args['key'] ) ) {
return null;
}
$field = $source_args['key'];
} else {
$field = $source_args['field'];
}
/*
* BACKWARDS COMPATIBILITY: Hardcoded exception for navigation blocks.
* Required for WordPress 6.9+ navigation blocks. DO NOT REMOVE.
*/
$block_name = $block_instance->name ?? '';
$is_navigation_block = in_array(
$block_name,
array( 'core/navigation-link', 'core/navigation-submenu' ),
true
);
if ( $is_navigation_block ) {
// Navigation blocks: read from block attributes.
$post_id = $block_instance->attributes['id'] ?? null;
} else {
// All other blocks: use context.
$post_id = $block_instance->context['postId'] ?? null;
}
// If we don't have an entity ID, bail early.
if ( empty( $post_id ) ) {
return null;
}
// If a post isn't public, we need to prevent unauthorized users from accessing the post data.
$post = get_post( $post_id );
if ( ( ! is_post_publicly_viewable( $post ) && ! current_user_can( 'read_post', $post_id ) ) || post_password_required( $post ) ) {
return null;
}
if ( 'date' === $field ) {
return esc_attr( get_the_date( 'c', $post_id ) );
}
if ( 'modified' === $field ) {
// Only return the modified date if it is later than the publishing date.
if ( get_the_modified_date( 'U', $post_id ) > get_the_date( 'U', $post_id ) ) {
return esc_attr( get_the_modified_date( 'c', $post_id ) );
} else {
return '';
}
}
if ( 'link' === $field ) {
$permalink = get_permalink( $post_id );
return false === $permalink ? null : esc_url( $permalink );
}
}
/**
* Registers Post Data source in the block bindings registry.
*
* @since 6.9.0
* @access private
*/
function _register_block_bindings_post_data_source() {
register_block_bindings_source(
'core/post-data',
array(
'label' => _x( 'Post Data', 'block bindings source' ),
'get_value_callback' => '_block_bindings_post_data_get_value',
'uses_context' => array( 'postId', 'postType' ), // Both are needed on the client side.
)
);
}
add_action( 'init', '_register_block_bindings_post_data_source' );
.htaccess 0000644 00000000000 15222251137 0006330 0 ustar 00 pattern-overrides.php 0000644 00000002763 15222251137 0010742 0 ustar 00 "foo" ).
* @param WP_Block $block_instance The block instance.
* @param string $attribute_name The name of the target attribute.
* @return mixed The value computed for the source.
*/
function _block_bindings_pattern_overrides_get_value( array $source_args, $block_instance, string $attribute_name ) {
if ( empty( $block_instance->attributes['metadata']['name'] ) ) {
return null;
}
$metadata_name = $block_instance->attributes['metadata']['name'];
return _wp_array_get( $block_instance->context, array( 'pattern/overrides', $metadata_name, $attribute_name ), null );
}
/**
* Registers Pattern Overrides source in the Block Bindings registry.
*
* @since 6.5.0
* @access private
*/
function _register_block_bindings_pattern_overrides_source() {
register_block_bindings_source(
'core/pattern-overrides',
array(
'label' => _x( 'Pattern Overrides', 'block bindings source' ),
'get_value_callback' => '_block_bindings_pattern_overrides_get_value',
'uses_context' => array( 'pattern/overrides' ),
)
);
}
add_action( 'init', '_register_block_bindings_pattern_overrides_source' );
wp/.htaccess 0000555 00000000306 15222251137 0006770 0 ustar 00