Remove the post meta

The code snippets below should be pasted into your child theme's functions.php file.

Here is how you can remove the post meta.

// Remove the post meta.
beans_remove_action( 'beans_post_meta' );