// Author: Sumaiya, anytype doc: anytype://object?objectId=bafyreiemzcszvrirdfznkbgehn3q27ayd6djlvj7rtvyhk6sue6w2diccq&spaceId=bafyreih4bocrmskuomcrks3sjwpnzxpbxvxwgto23vof3umg2fywdqzjmy.31bq39w6q8ru7&cid=bafybeifc55atash7zlqcjd3fv425bkwl7z5zstcxdilct5hstlng73xwci&key=6kKA3QiwnksqLbpcJ4T6UhmQ5BHzgJUfbpn1QLnkv5Lv /** * inkt CRM to Fluent Forms Autofill (Flowmattic Secure Connection) * * HOW IT WORKS: * 1. This script runs only when ‘project_id’ and ‘person_id’ are in the URL. * 2. It takes…Continue reading
https://www.profitableratecpm.com/m3vhnv9nj?key=ee7f1f66123bd8b97fb66f8543b371e0Continue reading
/** * Author: Sumaiya, Anytype Documentation: https://object.any.coop/bafyreifrops5tp5h7anwsa7k7k4rphi5nvz62sgnxhdidfogjcspk3afli?spaceId=bafyreih4bocrmskuomcrks3sjwpnzxpbxvxwgto23vof3umg2fywdqzjmy.31bq39w6q8ru7&inviteId=bafybeifc55atash7zlqcjd3fv425bkwl7z5zstcxdilct5hstlng73xwci#6kKA3QiwnksqLbpcJ4T6UhmQ5BHzgJUfbpn1QLnkv5Lv * * LearnDash Course Search Widget – Popup Modal Version * * This snippet creates a WordPress shortcode to display a dynamic search widget for LearnDash courses. * Shortcode: [learndash_search_widget] * * Features:…Continue reading
/** * Wrap the thumbnail in a link to the post. * Only use this if your theme doesn’t already wrap thumbnails in a link. * * @param string $html The thumbnail HTML to wrap in an anchor. * @param…Continue reading
// 1) Renombrar + sanitizar SOLO cuando se sube un archivo (Media, ACF, REST, etc.) add_filter( ‘wp_handle_upload_prefilter’, ‘fc_upload_rename_prefilter’, 10 ); add_filter( ‘wp_handle_sideload_prefilter’, ‘fc_upload_rename_prefilter’, 10 ); function fc_upload_rename_prefilter( $file ) { $info = pathinfo( $file[‘name’] ); $ext = ! empty( $info[‘extension’]…Continue reading