limbotron
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: How to find exact UTF 8 character value in MySQL.Solution is “BINARY”.
global $wpdb; $query = $wpdb->get_results( " SELECT id FROM wp_table WHERE BINARY column LIKE 'teisinės paslaugos' " );Then I get exact value.
Forum: Fixing WordPress
In reply to: How to find exact UTF 8 character value in MySQL.Thanks for you answer.
Yes, I created table “wp_table”.
In table “wp_table” is two records.
First -> teisinės paslaugos
Second -> teisines paslaugosSql query:
global $wpdb; $query = $wpdb->get_results( " SELECT id FROM wp_table WHERE column LIKE 'teisinės paslaugos' " );and I get two records.
But I need get exactly one records -> ‘teisinės paslaugos’.Forum: Plugins
In reply to: [Cart All In One For WooCommerce] How to translate cart text?I need translate this text “No products in the cart.”
https://www.screencast.com/t/wTXvz0Z3jThanks in advance.
Forum: Plugins
In reply to: [WooCommerce] How to change title in woocommerce categoryThank you.
Forum: Fixing WordPress
In reply to: wp_schedule_single_event does not call my actionOk. Thank you very much.
Forum: Fixing WordPress
In reply to: wp_schedule_single_event does not call my actionThanks for your answer.
I tried your suggested code, but still not working.
And I tested with this code but echo text not showing.add_action('init', 'test_action'); function test_action() { echo "works";die; }- This reply was modified 6 years, 4 months ago by limbotron.
Viewing 6 replies - 1 through 6 (of 6 total)