Category: Widgets
タグの埋め込み(head&body)
function my_wp_head() { echoContinue reading
Oktoberfest 5K – RaceCheck Widget
function wpb_hook_javascript() { if (is_single (‘5’)) { ?>Continue reading
Untitled Snippet (copy)
Add to Theme Master OLD
.staff-bio-section .staff-bio .bio p:first-child { color: var(–primary-color); font-size: 1.25rem; margin-bottom:50px; }Continue reading
Customer Order Note for WooCommerce Products
// Display custom field on single product page function d_extra_product_field(){ $value = isset( $_POST[‘extra_product_field’] ) ? sanitize_text_field( $_POST[‘extra_product_field’] ) : ”; printf( ‘ %s ‘, __( ‘Customisation note:’ ), esc_attr( $value ) ); } add_action( ‘woocommerce_after_add_to_cart_button’, ‘d_extra_product_field’, 9 ); //…Continue reading
Orimon Bot
Untitled Snippet
Chat
Hubspot Support Widget
function add_hubspot_embed_code() { echo ‘ ‘; } add_action(‘admin_footer’, ‘add_hubspot_embed_code’) ?>Continue reading