Set Default Donation Amount
Set the default donation amount for all campaigns.
Untitled Snippet
HaNoiRental Lọc Loại phòng >Phòng trọ >Căn hộ chung cư > Dưới 1 triệu > 3…
Count and message according to number of user files
Displays a different message according to how many files a user has in their media library.
How to Change CSV Export Delimiter
This snippet will modify the CSV separator symbol to be a semicolon instead of a comma.
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=')…
Adjust Rate for Referrals
Adjusts the commission rate for payments that were referred by an affiliate when using Affiliates Pro
Untitled Snippet
function youtube_dashboard() { $api_key = "AIzaSyBzzf22Vs5sMf1eoCuhN3-0Qtnj0EKu7Bk"; $channel_id = "102319916649-hmjdaecid7f96ql384nd80ie8mn13fjj.apps.googleusercontent.com"; // ganti channel kamu $url = "https://www.googleapis.com/youtube/v3/channels?part=snippet,statistics&id=$channel_id&key=$api_key";…
google-site-verification=DmMH19PL8EFWGPQtwtWbjnRSNF3y5JAmaLFwFBLNW4Q
google-site-verification=DmMH19PL8EFWGPQtwtWbjnRSNF3y5JAmaLFwFBLNW4Q
Shipping label template
/** * The template for displaying the shipping label * * Override this template by copying…