woocommerce_data_store_wp_{$this->meta_type}_read_meta

woocommerce_data_store_wp_{$this->meta_type}_read_meta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_data_store_wp_{$this->meta_type}_read_meta') is found 1 times:

  • /includes/data-stores/class-wc-data-store-wp.php line 121
    				$this->internal_meta_keys
    			)
    		);
    		$meta_data                = array_filter( $raw_meta_data, array( $this, 'exclude_internal_meta_keys' ) );
    		return apply_filters( "woocommerce_data_store_wp_{$this->meta_type}_read_meta", $meta_data, $object, $this );
    	}
    
    	/**
    	 * Deletes meta based on meta ID.
    	 *
    	 * @since  3.0.0