Webizito
@nik9099 on WordPress.org , @Nik Valani on Slack
- Member Since: April 19th, 2019
- Website: webizito.com
- Job Title: Wordpress Developer
Bio
WordPress Origin Story
Contributions
-
Posted a reply to Tab unset doesn’t work, on the site WordPress.org Forums:
i don't realize without seeing your issue, i will know it once i see it -
Posted a reply to Tab unset doesn’t work, on the site WordPress.org Forums:
Okay No problems -
Posted a reply to Problem with cart at the front page, on the site WordPress.org Forums:
Send me login details i will check this -
Posted a reply to Tab unset doesn’t work, on the site WordPress.org Forums:
So if possible send me your site details i wil check and let you know.… -
Posted a reply to add_action publish_post get_post_meta, on the site WordPress.org Forums:
function map_update($post_id) { $ID=$post_id; //if ($post->post_type = 'post') return; $link = get_permalink ( $ID );… -
Posted a reply to Tab unset doesn’t work, on the site WordPress.org Forums:
add_filter( 'woocommerce_product_tabs', 'misha_remove_description_tab', 11 ); function misha_remove_description_tab( $tabs ) { unset( $tabs['description'] ); return $tabs;… -
Posted a reply to Woocommerce does not auto fill billing details from loged in users, on the site WordPress.org Forums:
Try This one add_filter('woocommerce_checkout_get_value', function($input, $key ) { global $current_user; switch ($key) : case 'billing_first_name':…