sharing_default_global, $options[global]

sharing_default_global, $options[global]

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('sharing_default_global, $options[global]') is found 1 times:

  • /modules/sharedaddy/sharing-service.php line 421
    		 * @since 1.1.0
    		 *
    		 * @param array $options['global'] Array of global sharing settings.
    		 */
    		$options['global'] = apply_filters( 'sharing_default_global', $options['global'] );
    
    		// Validate options and set from our data
    		if (
    			isset( $data['button_style'] )
    			&& in_array( $data['button_style'], array( 'icon-text', 'icon', 'text', 'official' ), true )
    		) {