Search results for: admin
Untitled Snippet
add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…
Allow ico Files Upload
Add support for ico files to be uploaded in WordPress media.
Conversion Event Snippet
When people click on book now or sign up and redirected to Mindbody for bookings.
test html
🎉 HTML Test Successful! This HTML snippet is working perfectly!
Library snippet
{ header}{} {} {} 4444 pure HTML code ♡ iexpress html code
CPT _DIR - Gravity View
/** * WPCode Snippet: GravityView Views CPT Registration * Description: Registers custom post type for GravityView…
DIR SYNC 4
/** * Main LifterLMS Course Sync Engine * * PURPOSE: * - Syncs LifterLMS courses to…
DIR LIFTER SYNC 3
/** * LifterLMS Course Sync - Detail Population Module * * PURPOSE: * - Hooks into…
Gravitar Fix
add_filter('get_avatar', function($avatar_html, $id_or_email, $size) { // Force width/height attributes to match the requested avatar size $size…
Site Wide Header
add_filter('get_custom_logo', function($html) { // Only touch the header logo return preg_replace( '/]+)>/', '', // set to…
Site Wide Header
add_filter('get_custom_logo', function($html) { // Only touch the header logo return preg_replace( '/]+)>/', '', // set to…
frontend/js/snippets/scroll-behavior/sticky
This JavaScript snippet enables smooth scrolling to in-page anchors (like #section1) while automatically adjusting for a…