Thread Starter
dev325
(@dev325)
Hi @alimir
I see this function gives me the quantity. Do I need to write a function in functions.php and call it before
wp_ulike('get');
Thread Starter
dev325
(@dev325)
My fall.
The problem was echo get_the_content();
Changed to echo apply_filters( 'the_content', get_the_content() ); and blocks work.
-
This reply was modified 6 years, 7 months ago by dev325.