'String', 'description' => 'Image center point for cropping (e.g., "50% 50%")', 'resolve' => function ( $source, $args, $context, $info ) { if ( empty( $position = get_post_meta( $source->databaseId, 'theiaSmartThumbnails_position', true ) ) ) { return null; } $x = round( $position[0], 4 ); $y = round( $position[1], 4 ); return "$x% $y%"; }, ) ); }