WPFire

WPCode snippet

Nabil El-Khodari
<10

Multiple Event Tracking Custom Form Example

How to use Multiple Event Tracking with a custom HTML form.

MemberPress: Redirect Users After Login Based on Referrer

This code snippet ensures that users are redirected to a specific page after logging in from…

Untitled Snippet

.entry-meta { display: none; }

Paul Bass
<10

DJ ANIMATIONS MUSICALES

Animation musicales des soirées privées et publiques

Awni Attia
<10

Search Filter by Genre and Artist

This will only work if genre and artist are registered as taxonomies in your theme or…

Styling Theme My Login plugin

There's not much to do here. When someone logs out the confirmation screen (You are now…

MemberPress: Change Username Field’s Placeholder and/or Label of the Field on Login Page

document.addEventListener('DOMContentLoaded', function() { // Select the input element by its id var usernameInput = document.getElementById('user_login'); //…

om.Html.scripts

document.addEventListener('om.Html.scripts', function(event) { console.log(event.detail.Html); console.log(event.detail.Campaign); } );

om.Form.validate

document.addEventListener('om.Form.validate', function(event) { // ...custom validation code here if (validateError) { event.detail.Form.errors.validate.push('This is the error message')…

Ngăn WP cắt ảnh

add_filter('intermediate_image_sizes_advanced', function ($sizes) { $sizes = array( 'thumbnail' => $sizes['thumbnail'], // Giữ lại thumbnail 'medium' =>…

1 129 130 131 132 133 217