Modify the LLMS Description for a Specific Post
This snippet modifies the description shown in llms.txt for a specific post.
google tag
google code
Recurring Addon Extension: Adding placeholder for custom recurring donations
Edit the custom text box that allows users to input custom donations for recurring donations (only).
Microsoft Web Master Tool
Microsoft Wen Master tool snippet
Generate Press Custom Font
This snippet allows developers & designers the ability to add custom fonts to generate press themed…
WP Simple Pay: Add User Meta After Payment
Use the payment email address to look up a WordPress user and add custom meta information.
Weather API
Live weather
Translate Products
Code required to translate the word "Products".
Google AdSense code
AdSense code
Helper functions to make generating WordPress post type labels and taxonomy labels easier
Generate post type and taxonomy labels easily by specifying the singular and plural version of the…
ai content idea generator
function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…
User Switching
Easily switch to a Customer when using the User Switching plugin
Auto register guests that purchase
function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…
Disable AIOSEO AI Components - Everything (Block + All Extensions)
This snippet will completely disable the block, // shortcut, AI Content tab card, inserter button, and…
WP Simple Pay: Programmatically Set Custom Field Default Value
Use metadata as the default value for a payment form's custom field.