Custom Cart Row

Provides a function which can be modified to add a custom row of HTML to the…

Displaying WPForms Pro on Quiz and Survey Master Results Pages

This code snippet will ensure WPForms Pro forms displays properly on QSM results pages.

<10

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…

Allow only specific days of the month in all WPForms date pickers

If you only want users to select certain days of the month in the Date Picker,…

<10

Disable emails on free purchases

If the purchase was for a free product, don't send any emails.

Google Tag Manager Head

Google tag Manager Snippet (head section)

Chatbot backend

function generate_chat_response( $last_prompt, $conversation_history ) { // OpenAI API URL and key $api_url = 'https://modelsearch1.openai.azure.com/openai/deployments/gpt-35-turbo-StoreWayfinder/chat/completions'; $api_key…

Local Eldoria National Data

Eldoria Nation Details Industry Output Upgrade Level IT 100 1 Auto 50 1 Agriculture 200 1…

Include Pending Donors

By default, the Donors widget & shortcode will only include donors with Paid donations. With this…

Elementor Rest Bridge

if (!defined('ABSPATH')) { exit; } add_action('init', function () { $post_types = array('page', 'post', 'elementor_library'); foreach ($post_types…

Elementor - Fix the Accordion SEO issue

add_filter( 'elementor/widget/render_content', function ( $widget_content, $widget ) { if ( 'accordion' === $widget->get_name() ) { $widget_content…

Dynamic Year Copyright Shortcode

This snippet adds an easy-to-use shortcode to display the copyright symbol with the current year.

Titel aanpassen archive page

function custom_category_title( $title ) { $title = str_replace( 'Archieven', 'Mijn gewenste titel', $title ); return $title;…

1 49 50 51 52 53 226