Untitled Snippet

// Define the API URL const apiUrl = 'https://api.example.com/data'; // Make a GET request fetch(apiUrl) .then(response…

Mwanaidi Masoud PRO
<10

WPCode Admin Number of Snippets (copy)

Change the number of snippets displayed in the admin list using a filter.

Localizing Date Picker Strings

This snippet is used to modify WPForms' default date picker locale

<10

Remove HealthAndBeautyBusiness Schema

This snippet removes HealthAndBeautyBusiness Schema

<10

Bulk Update Campaign End Dates

Bulk-update the end date for all campaigns.

Button - Read More to Buy Now

changes read more to buy now

Carla Mawyin
<10

Download Archive Menu Item

Displays the download archive link in the "View All" tab of the "Pages" menu items meta…

Retroactive License Emails

Send an email with the license key to customers when retroactively generating licenses with Easy Digital…

Download Archive Purchase Buttons

Output purchase button below the full content on download archive pages.

Auto Generate Virtual Coupon After a Customer Completed an Order

/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…

Bulk Change Custom Order Status wpadmin

add_filter( 'bulk_actions-edit-shop_order', 'misha_register_bulk_action' ); // edit-shop_order is the screen ID of the orders page function misha_register_bulk_action(…

1 75 76 77 78 79 122