chistudio
Forum Replies Created
-
Check iPhone Not work.
Forum: Plugins
In reply to: [User Role Editor] I have a problem with Pedding Administratora:1:{s:12:”pending_user”;b:1;}
Forum: Plugins
In reply to: [User Role Editor] I have a problem with Pedding Administrator@wpexpertsio ThankS You very much.
Ticket #00002467@wpexpertsio Hi, again
Ticket #00002467Thank You.
@phenandys
Thanks You very much,
But I commanded Warning: Warning: count(): Parameter must be an array or an object that implements Countable in /srv/users/test2/apps/test2/public/wp-content/plugins/mycred/assets/libs/parsecsv.lib.php on line 114Warning: Cannot modify header information – headers already sent by (output started at /srv/users/test2/apps/test2/public/wp-content/plugins/mycred/assets/libs/parsecsv.lib.php:114) in /srv/users/test2/apps/test2/public/wp-content/plugins/mycred/assets/libs/parsecsv.lib.php on line 173
Warning: Cannot modify header information – headers already sent by (output started at /srv/users/test2/apps/test2/public/wp-content/plugins/mycred/assets/libs/parsecsv.lib.php:114) in /srv/users/test2/apps/test2/public/wp-content/plugins/mycred/assets/libs/parsecsv.lib.php on line 174
ref,ref_id,user_id,creds,ctype,time,entry,data view_content,13299,1,1,mycred_default,1554681787,%plural% for viewing a post,”a:1:{s:8:””ref_type””;s:4:””post””;}”Forum: Plugins
In reply to: [WooCommerce] How to clear cart on logout or just closing the browser simplyfunction your_function() {
if( function_exists(‘WC’) ){
WC()->cart->empty_cart();
}
}
add_action(‘wp_logout’, ‘your_function’);——————
Not working, nothing happens.Thanks everyone and the team.
I fixed the problem. I create new page and put code.