woocommerce / facebook-for-woocommerce

A first-party extension plugin built for WooCommerce. Development is managed by Ventures.
https://woocommerce.com/products/facebook/
GNU General Public License v2.0
211 stars 140 forks source link

Add filter facebook_for_woocommerce_fb_product_description on get_fb_description #2762

Closed brezocordero closed 4 months ago

brezocordero commented 4 months ago

Changes proposed in this Pull Request:

Closes #2756

Adds filter facebook_for_woocommerce_fb_product_description to allow filtering the return of get_fb_description

Screenshots:

Detailed test instructions:

With a site connected to Facebook:

  1. Add the filter to modify the product description, for example:
    add_filter( 'facebook_for_woocommerce_fb_product_description', function( $description ) {
    return $description . ' filtered';
    });
  2. sync the products
  3. View your catalog on Facebook and check the description is filtered

Additional details:

Changelog entry

Add - Filter facebook_for_woocommerce_fb_product_description