Call Breadcrumb
the_breadcrumb();Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
the_breadcrumb();Continue reading
function the_breadcrumb() { $sep = ‘ / ‘; if (!is_front_page()) { // Start the breadcrumb with a link to your homepage echo ‘ ‘; echo ‘‘; bloginfo(‘name’); echo ‘‘ . $sep; // Check if the current page is a category,…Continue reading
function the_breadcrumb() { $sep = ‘ / ‘; if (!is_front_page()) { // Start the breadcrumb with a link to your homepage echo ‘ ‘; echo ‘‘; bloginfo(‘name’); echo ‘‘ . $sep; // Check if the current page is a category,…Continue reading
echo ‘ ‘; echo ‘‘ . get_the_title() . ‘‘; echo ‘ ‘;Continue reading
ifso(3060);Continue reading
error_log(‘[CORRUGATED STUDIO] LOAD’); $corrugated_studio = null; function corrugatedStudioContactForm($attrs = [], $content = null, $tag = ”) { error_log(‘[corrugatedStudioContactForm] START’); global $corrugated_studio; if(!$corrugated_studio) return; $attrs = array_change_key_case((array) $attrs, CASE_LOWER); $paperform_id = null; if(!isset($attrs[‘paperform_id’])) return; $paperform_id = $attrs[‘paperform_id’]; error_log(‘[corrugatedStudioContactForm] paperform_id: ‘ .…Continue reading
add_filter(‘woocommerce_paypal_payments_use_place_order_button’, ‘__return_true’);Continue reading
/** Funktion zur Ermittlung aller Einträge in einem Formidable Form. Optional kann mit einem $searchTerm gefiltert werden. */ function getFormidableDataFromForm($formId, $searchTerm) { // API-Schlüssel abrufen $frmApiKey = getFormidableApiKey(); // Die URL für die Anfrage zusammenstellen $searchstring = ”; if (!empty($searchTerm))…Continue reading
add_filter(“gtm_ecommerce_woo_item”, function($item, $product) { $item->setItemId($product->get_sku()); return $item; }, 10, 2);Continue reading
/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types. * * @return mixed */ add_filter( ‘upload_mimes’, function ( $upload_mimes ) { // By default, only administrator users are allowed to add SVGs. //…Continue reading