Instantly share code, notes, and snippets.
-
stuartcusack.ie
- Tallaght, Dublin, Ireland.
- https://stuartcusack.ie
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Modify YouTube oEmbeds to use youtube-nocookie.com | |
* | |
* @param $cached_html | |
* @param $url | |
* | |
* @return string | |
*/ | |
function filter_youtube_embed( $cached_html, $url = null ) { |
thenbrent
/ wcs-remove-my-subscriptions-buttons.php
Last active
July 21, 2024 13:59
Remove any given button from the My Subscriptions table on the My Account page. By default, only the "Change Payment Method" button is removed, but you can uncomment additional actions to remove those buttons also.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Remove Subscription Action Buttons from My Account | |
* Plugin URI: https://gist.github.com/thenbrent/8851287/ | |
* Description: Remove any given button from the <a href="http://docs.woothemes.com/document/subscriptions/customers-view/#section-2">My Subscriptions</a> table on the My Account page. By default, only the "Change Payment Method" button is removed, but you can uncomment additional actions to remove those buttons also. | |
* Author: Brent Shepherd | |
* Author URI: | |
* Version: 2.0 | |
*/ |