You can take the help of hooks WooCommerce provides. Here is the link to the visual hook guide https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
Here is the code that suits your need.
add_action( 'woocommerce_after_single_product_summary', function() {
global $product;
if ( $product->is_type( 'simple' ) ) {
get_post_meta( get_the_ID(), '_additional_description' );
}
} );
I hope it helps.
Related Posts:
- Redirect to another page using contact form 7? [closed]
- How to display value of custom fields in page
- Change permalinks for posts but not for custom post types
- Enable sticky posts to custom post_type
- How can I add a column/s to wp_posts table?
- How to hook get_terms() to only show count of posts that have custom meta
- How to solve suspected memory issue in custom WordPress loop?
- add_meta_box: Datepicker like the one for postdate?
- Multiple Content Block
- Multiple information using custom post type
- How to retrieve custom field types for all posts in WordPress/PHP?
- Before Delete Post
- How do I create an archive page for standard posts?
- How to use custom fields to enable sticky posts on custom post types?
- Remove parent from custom post type
- Adding dropdown select meta box to custom post type – seems restAPI is interfering
- Allow non-logged in users to see a future post after clicking on a list of future posts
- Query & Order posts by custom fields
- What is the recommended / best way to do this: Event calendar post/type in a block-based theme?
- Update Post Meta for a logged in user
- Add custom field to Posts and sort by it
- Two Custom Post Types Many to Many Relationship
- JS innerhtml changing style when using AJAX
- How to change the post type a theme shows by default?
- Woocommerce custom field search in custom post type [closed]
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- Homepage’s content is dependent on the custom field values (set automatically), how do I get homepage to update without manually updating page?
- custom comments form for custom post type
- WebP Fallback for Inline Background Image in Style Attribute
- Warning: Invalid argument supplied for foreach() [closed]
- WP_Query with custom post type ID
- Should Custom post types and fields be in the theme files or in a custom plugin packed into the theme?
- Modify Posts from Custom_Post_Type within the plugin
- Making a form for user to add new custom post with custom taxonomies and custom fields
- Front-end Image Upload to Custom Meta Box
- Checking for custom field in admin pages
- A sports wordpress website
- Display custom post front end filter by ACF equals current user
- How to store the third party script with HTML code in the wordpress custom input field?
- Custom Post type to Woocommerce Product type
- Post template not applying on theme (potentially rendering as Page template)
- Show posts from WP Custom Post Type selected from a field in a metabox
- edit.php all post not working
- Problem with multi checkboxes value in metabox?
- Custom post type that lets users create a set of posts?
- call a function when insert and update a custom post type
- WP_posts (Not meta) extra custom field column show and change it in a custom post type
- Links Image in “Catalog” Page to Posts
- creating a custom post template
- WordPress is giving a warning but my code is working fine
- Search form to find custom meta box generated data
- Calling specific page with wp query
- erase post excerpt limitation [×]
- custom field suit new post with in custom fields
- Custom post type and custom taxonomy archive inaccessible
- Retrieve a post with its ACF repeater fields in wordpress
- Display code if title of the custom post matches title of other post
- I am having a problem with fetching product data in the Gutenberg block editor
- How to automatically update ACF field value every year?
- Adding a new custom post type using the editor causes 502 bad gateway error
- How to create A-Z index listing for custom post types?
- WordPress Create Post from front-end
- Customize permalink when creating a post
- How to make post sticky in the admin page?
- How to remove slug metabox from custom post type’s page?
- get_template_part for custom post type content not working
- Generate Shortcodes by Taxonomy
- Remove All, Published and Trashed Post Views in Custom Post Type
- Problem adding column to WC Subscription [closed]
- Loop on front-page.php
- How to add the post ID (or any other post data) to a Contact Form 7 mail?
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Why my custom post posts aren’t showing (404 error / page not found)
- Automaticly add slug to posts
- Filtering by Post Meta Custom Fields – Performance
- need advice on how to do a lists using custom post types – taxonomy vs postmeta
- How to post twitter like updates on wordpress
- Why is archive.php used for my page
- WordPress posts with multiple fields
- Show Two custom Post type and their posts on category page
- wp_query to find posts by year and month
- WP_Query is printing out only one post when posts_per_page is set to multiple
- How to add extra input fields to CPT’s comment form?
- WP Query—Relationship between two custom post types and their fields
- Trying to edit the single page from a Custom Post
- How to Submit Post Via cURL & PHP
- How to get all posts except for one post from a certain custom post type?
- Create a random unique 6 digit number as custom field for custom post type
- count_many_users_posts except current logged in user?
- How can I show a custom post type for users in the authors.php file?
- How to dynamically attach pictures to a carousel
- Custom fields in Permalinks?
- Assigning the same custom meta box to multiple post types
- Blog page showing same content as homepage
- Custom Post Type Navigation on Custom Field
- apply filters only to specific post listing without check the url parameters
- query posts and custom post type with meta key
- How to add a Custom Meta Box for more than one Post Type?
- Why do I lose the content of meta boxes when I leave the page?
- Dynamically add / duplicate custom meta in custom post types