jetpack_sharing_pinterest_widget_type, buttonPin

jetpack_sharing_pinterest_widget_type, buttonPin

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sharing_pinterest_widget_type, buttonPin') is found 2 times:

  • /extensions/blocks/sharing-button/class-sharing-source-block.php line 746
    		 * @since 3.6.0
    		 *
    		 * @param string $type Pinterest widget type. Default of 'buttonPin' for single-image selection. 'buttonBookmark' for multi-image modal.
    		 */
    		return apply_filters( 'jetpack_sharing_pinterest_widget_type', 'buttonPin' );
    	}
    
    	/**
    	 * Process sharing request. Add actions that need to happen when sharing here.
    	 *
    	 * @param WP_Post $post Post object.
    
  • /modules/sharedaddy/sharing-sources.php line 2769
    		 * @since 3.6.0
    		 *
    		 * @param string $type Pinterest widget type. Default of 'buttonPin' for single-image selection. 'buttonBookmark' for multi-image modal.
    		 */
    		return apply_filters( 'jetpack_sharing_pinterest_widget_type', 'buttonPin' );
    	}
    
    	/**
    	 * Get the markup of the sharing button.
    	 *
    	 * @param WP_Post $post Post object.