woocommerce_process_ . $post->post_type . _meta, $post_id, $post
woocommerce_process_ . $post->post_type . _meta, $post_id, $post
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_process_ . $post->post_type . _meta, $post_id, $post') is found 1 times:
- /includes/admin/class-wc-admin-meta-boxes.php line 272
* @param object $post Post object. * * @since 2.1.0 */ do_action( 'woocommerce_process_' . $post->post_type . '_meta', $post_id, $post ); } } /** * Remove irrelevant block templates from the list of available templates for products. * This will also remove custom created templates.