/** * Astra Child Theme functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Astra Child * @since 1.0.0 */ /** * Define Constants */ define( 'CHILD_THEME_ASTRA_CHILD_VERSION', '1.0.0' ); /** * Enqueue styles */ function child_enqueue_styles() { wp_enqueue_style( 'astra-child-theme-css', get_stylesheet_directory_uri() . '/style.css', array('astra-theme-css'), CHILD_THEME_ASTRA_CHILD_VERSION, 'all' ); } add_action( 'wp_enqueue_scripts', 'child_enqueue_styles', 15 ); /* * SLACK NOTIFICATION * */ add_action('woocommerce_thankyou', 'notify_slack_new_order', 10, 1); function notify_slack_new_order($order_id) { if (!$order_id) return; $order = wc_get_order($order_id); $webhook_url = 'https://hooks.slack.com/services/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'; // Replace with your webhook // Get customer info $customer_name = $order->get_formatted_billing_full_name(); $totalStrip = wp_strip_all_tags($order->get_formatted_order_total()); $total = preg_replace('$', "$", $totalStrip); // Get product details $items = $order->get_items(); $product_lines = []; foreach ($items as $item) { $product_lines[] = $item->get_name() . ' × ' . $item->get_quantity(); } $product_list = implode("\n• ", $product_lines); // Get shipping address $shipping_address_html = $order->get_formatted_shipping_address(); if ($shipping_address_html) { $shipping_address_text = preg_replace('//i', "\n", $shipping_address_html); $shipping_address = wp_strip_all_tags($shipping_address_text); } else { $shipping_address = 'No shipping address'; } // Build Slack message $message = [ 'text' => "*🛒 New Order From Blueprint Press Internationale*\n" . "*Order #:* {$order_id}\n" . "*Customer:* {$customer_name}\n" . "*Total:* {$total}\n" . "*Products:*\n• {$product_list}\n" . "*Shipping Address:*\n{$shipping_address}" ]; wp_remote_post($webhook_url, [ 'body' => json_encode($message), 'headers' => ['Content-Type' => 'application/json'], ]); } Uncategorized Archives - Page 10 of 19 - Blueprint Press Internationale

Uncategorized

Factors That Contribute to the Readability of Books

Authors often overcomplicate the variables that contribute to the value of a book. As a result, they generate overwrought works that struggle to pique the readers’ attention. Certain aspects of book creation require authors’ attention. Ignoring the factors that contribute to the readability of a book is a waste of an author’s effort, time, and

Factors That Contribute to the Readability of Books Read More »

The Difference Between Apocalypse and Post-Apocalypse Fiction

A catastrophic future, the end of the planet, tyrannical regimes. Writers and authors have envisioned and recreated the future of humanity for decades, but recently, it seems that narratives on the subject have multiplied. In this blog, we look at two different words that are frequently used interchangeably but are different (subtle differences). Apocalyptic Fiction

The Difference Between Apocalypse and Post-Apocalypse Fiction Read More »

Difference Between Flash Fiction and Short Stories

There are many subcategories of creative writing. There are novellas, novels, short stories, and flash fiction, and more. What distinguishes these writing styles from one another? Word Count. Flash Fiction It is a kind of literature that is condensed but has character and narrative development. Numerous varieties have been identified, the majority of which are

Difference Between Flash Fiction and Short Stories Read More »

Tips in Creating A Great Author Platform

Every author or writer desires and requires a great author platform: the ability to reach readers via their name, reputation, or relationships. Without an outlet, self-publishing writers would struggle to reach a large audience- and those seeking a conventional book contract will face an uphill battle, particularly in nonfiction, where platforms reign supreme. You no

Tips in Creating A Great Author Platform Read More »

Shopping Cart