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
- Custom field values deleted when trashing custom post type
- Limit the post for differents custom post type in the same wp_query
- Issue with saving custom post type when editor is removed
- Custom Search form not working in localhost
- convert Custom Fields Option-Values to Tags/Taxonomy
- Display custom post types with custom date field value (before today) & order by custom date field
- How to have the right design for a custom post type without accessing themes
- Remove All, Published and Trashed Post Views in Custom Post Type
- How to Duplicate (multiple meta box)?
- Custom Posts Types as Custom Fields
- Disable saving posts as draft (make all posts mandatory regardless of the post status)
- frontend image post uploader
- Load Next Posts With AJAX not working with custom post type
- Permalink misbehaving in Custom Post Types
- Creating custom post type with custom taxonomy and custom fields programatically
- Auto post creation
- posttype and custom fields on multisite
- Custom post type in Custom widget – $listItem
- Displaying information from custom field on custom post type
- Order custom posts by taxonomy, then by meta_key
- Adding a Custom Field to be used by Posts 2 Posts
- Why is my custom post content only viewable when signed into WordPress?
- how to skip a CPT element from the pager by custom field
- Updating a custom post status after an expiry date rather than trashing it
- Custom meta fields not showing up in WP_Response Object via custom endpoint
- Query a Custom Post Type using SELECT that has ACF fields to compare dates
- I want to create a metabox under custom taxonomy
- How can I register multiple custom post fields to json?
- Sql Update CPT from publish to draft and particular custom field
- Limit posts per page depending on the size of a div?
- Setting up a page to house certain types of posts
- WordPress loop add heading before first of type
- Featured image in custom post is being disabled
- How to set class to “current-page” on the currently viewed single post within a CPT
- How do I add custom fields to posts without having to manually add everytime I post?
- How to display custom post type ordered by a custom field date
- Query Only Show Text on Posts With Certain Taxonomy Tag
- Create custom post order (with custom post type meta)
- How to make a template for a specific post of a custom post type?
- Single page for Custom Post Type not found
- Custom Post type easy way for editors
- How do I hide single category post on my post page
- Storing every individual update to the posts being updated over time?