Darko Mitrovic
Forum Replies Created
-
I need a hook that will be triggered after every order
Forum: Plugins
In reply to: [hCaptcha for WP] Site configuration error: Please complete the hCaptcha.Thanks
Super
HvalaForum: Plugins
In reply to: [Wooplatnica] Uplatnica na Thank you stranici$godina = date("Y", strtotime($order->get_date_created())); $mjesec = date("m", strtotime($order->get_date_created())); $broj_narudzbe = $order->get_order_number(); $pdf = get_home_url().'/wp-content/uplatnice/'.$godina.'/'.$mjesec.'/'.$broj_narudzbe.'-'.sanitize_title($order->get_billing_first_name()).'-'.sanitize_title($order->get_billing_last_name()).'.pdf';
Forum: Plugins
In reply to: [Music Store - Stripe Add On] Paypal {cd_paypal_code}Does the original plugin support the sale of physical albums?
Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Problem with cartHello @codepeople
Different hosting has solved the problem.
Thank youForum: Plugins
In reply to: [Music Store - WordPress eCommerce] Problem with cartI’ll ask the client to switch to another hosting.
Thanks
Best regards.Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Problem with cartThank you!
Godaddy does not allow to disable cache
Me too!
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Delete cache button in Admin barAdd this code in function.php:
function my_admin_bar_menu() { global $wp_admin_bar; if ( !is_super_admin() || !is_admin_bar_showing() ) return; $wp_admin_bar->add_menu( array( 'id' => 'custom_menu', 'title' => __( 'Delete Cache'), 'href' => 'https://www.yoursite.com/wp-admin/options-general.php?page=wpsupercache&tab=contents' ) ); } add_action('admin_bar_menu', 'my_admin_bar_menu');
Height is adjusted automatically!
See details:
https://developers.facebook.com/docs/reference/plugins/like/Forum: Plugins
In reply to: [WP Google Weather] [Plugin: WP Google Weather] FIX for widget iconsFIX no longer valid. Google again change somtehing ??
1. Login to admin
2. Plugins > Editor > WP Google Weather > wp-google-weather.php
3. Change all (4) instance of this…<img src="'.$conditions
to THIS…
<img src="https://www.google.com'.$conditions
Facebook something change, but new version 1.4 again showing Send Button!