This file contains hidden or 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 | |
| /** | |
| * Changes the purchase text in Theme.Works e-commerce homepage section | |
| */ | |
| function tw_change_ecommerce_purchase_text() { | |
| return 'bestel'; | |
| } | |
| add_filter( 'tw_ecommerce_purchase_text', 'tw_change_ecommerce_purchase_text' ); |
This file contains hidden or 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: Sell Media Keyword Migration | |
| * Plugin URI: http://graphpaperpress.com/ | |
| * Description: An extension for migrating keywords in Sell Media to attachments | |
| * Version: 1.0.0 | |
| * Author: Graph Paper Press | |
| * Author URI: http://graphpaperpress.com | |
| * Author Email: support@graphpaperpress.com | |
| * License: GPL |
This file contains hidden or 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 | |
| /** | |
| * Sets up theme defaults and registers support for various WordPress features. | |
| * | |
| * Note that this function is hooked into the after_setup_theme hook, which | |
| * runs before the init hook. The init hook is too late for some features, such | |
| * as indicating support for post thumbnails. | |
| */ | |
| function aperture_setup() { |
OlderNewer