jetpack_widget_name, __( Do Not Sell Link (US Privacy
jetpack_widget_name, __( Do Not Sell Link (US Privacy
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_widget_name, __( Do Not Sell Link (US Privacy') is found 1 times:
- /modules/wordads/php/class-wordads-ccpa-do-not-sell-link-widget.php line 24
public function __construct() { parent::__construct( 'wordads_ccpa_do_not_sell_link_widget', /** This filter is documented in modules/widgets/facebook-likebox.php */ apply_filters( 'jetpack_widget_name', __( 'Do Not Sell Link (US Privacy)', 'jetpack' ) ), array( 'description' => __( 'Inserts "Do Not Sell or Share My Personal Information" link required by some US states to opt-out of targeted advertising', 'jetpack' ), 'customize_selective_refresh' => true, ) ); }