Hier finden Sie eine Liste aller Filter für unser WooCommerce Print Products Plugin:

// Daten-Filterapply_filters('woocommerce_print_products_title', $this->post->post_title);apply_filters('woocommerce_print_products_short_description', do_shortcode($this->post->post_excerpt));apply_filters('woocommerce_print_products_price', $-Preis);apply_filters('woocommerce_print_products_description', $this->post->post_content);apply_filters('woocommerce_print_products_meta_keys', $temp);apply_filters('woocommerce_print_products_product_html', $this->get_first_layout(), $this->data->ID); // Benutzerdefiniertes HTML apply_filters('woocommerce_print_products_before_product_info_html', '', $this->data->ID); apply_filters('woocommerce_print_products_after_product_info_html', '', $this->data->ID); // HTML-Zeichenkettenapply_filters('woocommerce_print_products_product_description_html', ob_get_clean(), $this->data->ID);apply_filters('woocommerce_print_products_product_attributes_html', ob_get_clean(), $this->data->ID);apply_filters('woocommerce_print_products_product_attributes_html', ob_end_clean(), $this->data->ID);apply_filters('woocommerce_print_products_products_reviews_html', ob_get_clean(), $this->data->ID);apply_filters('woocommerce_print_products_products_upsells_html', ob_get_clean(), $this->data->ID);apply_filters('woocommerce_print_products_product_gallery_images_html', ob_get_clean(), $this->data->ID);apply_filters('woocommerce_print_products_product_variations_html', ob_get_clean(), $this->data->ID);

3 Meinungen zu “Filter für WooCommerce-Druckerzeugnisse

  1. Fredrik sagt:

    Wenn Sie einen dieser Filter einbinden, erscheint der Inhalt, den Sie dort platzieren, zweimal auf der PDF-Seite. Hook läuft aus irgendeinem Grund zweimal?

    • WeLaunch
      WeLaunch agiert als echte Person und hat alle Tests gegen Spambots bestanden. Anti-Spam von CleanTalk.
      sagt:

      Welche Haken gibt es genau?

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert