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: Elementor Pro - Change Add to Cart button when sold out | |
Description: Change Custom Add to Cart button to Sold Out text if product is sold out. | |
Plugin URI: https://www.damiencarbery.com/2023/09/change-elementor-pro-add-to-cart-when-sold-out/ | |
Version: 0.1 | |
Author: Damien Carbery | |
*/ | |
defined( 'ABSPATH' ) || exit; |
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: GeneratePress - do not display featured image | |
Plugin URI: https://www.damiencarbery.com/2023/07/generatepress-do-not-display-featured-image/ | |
Description: Disable showing featured image in GeneratePress. Primarily for use when the featured image breaks the page layout e.g. when a Page Hero element is active. | |
Author: Damien Carbery | |
Version: 0.1 | |
*/ | |
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: Amelia: Allow on-site payments for admins | |
Plugin URI: https://www.damiencarbery.com/2023/06/amelia-allow-on-site-payments-for-admins/ | |
Description: Allow site admin or Amelia Employees/Managers create appointments without making a payment. | |
Author: Damien Carbery | |
Version: 0.1 | |
*/ | |
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: Sitemap - exclude a custom post type | |
Plugin URI: https://wpza.net/how-to-exclude-post-types-from-wp-sitemap-xml-in-wordpress/ | |
Description: Exclude a specific custom post type from the WordPress sitemaps. | |
Version: 0.1 | |
Author: Damien Carbery | |
Author URI: https://www.damiencarbery.com | |
*/ |
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: Attach WooCommerce product docs to Contact Form 7 email | |
Plugin URI: https://www.damiencarbery.com/2022/12/attach-woocommerce-product-docs-to-contact-form-7-email/ | |
Description: Create a brochure request form to send documents to a customer. | |
Author: Damien Carbery | |
Version: 0.1 | |
WC tested up to: 7.2.0 | |
*/ |
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: Populate ACF Select field with menu names | |
Plugin URI: https://www.damiencarbery.com/2022/12/populate-acf-select-field-with-menu-names/ | |
Description: Use the acf/load_value filter to load values to a Select field. | |
Author: Damien Carbery | |
Version: 0.1 | |
*/ | |
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: Show shipping class IDs in WooCommerce | |
Plugin URI: https://www.damiencarbery.com/2022/12/show-shipping-class-ids-in-woocommerce/ | |
Description: List shipping classes and their IDs for use in custom code. | |
Author: Damien Carbery | |
Version: 0.1 | |
*/ | |
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: Convert WooCommerce order note to custom field | |
Plugin URI: https://www.damiencarbery.com/ | |
Description: Parse order notes to extract a shipping tracking number, creating a custom field if found. | |
Author: Damien Carbery | |
Version: 0.2 | |
*/ | |