jetpack_affiliate_code, get_option( jetpack_affiliate_code,

jetpack_affiliate_code, get_option( jetpack_affiliate_code,

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_affiliate_code, get_option( jetpack_affiliate_code,') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-partner.php line 190
    				 * @since 2.0.0
    				 *
    				 * @param string $affiliate_code The affiliate code, blank by default.
    				 */
    				return apply_filters( 'jetpack_affiliate_code', get_option( 'jetpack_affiliate_code', '' ) );
    			case self::SUBSIDIARY_CODE:
    				/**
    				 * Allow to filter the partner subsidiary id.
    				 *
    				 * @since partner-1.0.0
    				 * @since 2.0.0