(cloud) Current Date_Time
add_shortcode(‘visitor_datetime’, function() { return ‘ ‘; });Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
add_shortcode(‘visitor_datetime’, function() { return ‘ ‘; });Continue reading
function goog_map_shortcode($atts = []) { // Check for bots first $bot_patterns = array( ‘googlebot’, ‘bingbot’, ‘slurp’, ‘duckduckbot’, ‘baiduspider’, ‘yandexbot’, ‘sogou’, ‘exabot’, ‘facebookexternalhit’ ); $user_agent = strtolower($_SERVER[‘HTTP_USER_AGENT’] ?? ”); foreach ($bot_patterns as $pattern) { if (strpos($user_agent, $pattern) !== false) { return…Continue reading
function remove_my_action() { remove_action(‘wp_head’, ‘et_add_viewport_meta’); } function dt_et_add_viewport_meta(){ echo ‘‘; } add_action( ‘init’, ‘remove_my_action’); add_action( ‘wp_head’, ‘dt_et_add_viewport_meta’ );Continue reading
add_action( ‘init’, function() { if ( ! current_user_can( ‘manage_options’ ) && ! is_admin() && ! is_login() ) { wp_die( ‘ Website Unavailable This version of the website is no longer active. The owner has moved the site to a new…Continue reading
add_action(‘mepr-event-member-signup-completed’, function($event) { $user = $event->get_data(); bp_set_member_type($user->ID, ‘member_type’); });Continue reading
//leo is amazing function format_keyword_parameter($atts = []) { $defaults = [‘default’ => ”]; $atts = shortcode_atts($defaults, $atts); if (is_admin()) { return ‘[display_keyword’ . ($atts[‘default’] ? ‘ default=”‘ . esc_attr($atts[‘default’]) . ‘”‘ : ”) . ‘]’; } if (isset($_GET[‘kw’])) { $keyword…Continue reading
// Domain to service mapping $domain_map = [ // CHS (Call Home Services) domains ‘callhomeservices.org’ => ‘CHS’, ‘calldentist.org’ => ‘CHS’, ‘callelectrician.org’ => ‘CHS’, ‘callremodel.org’ => ‘CHS’, ‘callpestcontrol.org’ => ‘CHS’, ‘callroofing.org’ => ‘CHS’, ‘callappliancerepair.org’ => ‘CHS’, ‘biohazardremoval.org’ => ‘CHS’, ‘callkeymaster.com’ =>…Continue reading
add_filter( ‘mepr-stripe-elements-appearance’, function( $style ) { $style[ ‘theme’ ] = ‘night’; return $style; });Continue reading