This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <? | |
| /** | |
| * Repeatable Custom Fields in a Metabox | |
| * Author: Helen Hou-Sandi | |
| * | |
| * From a bespoke system, so currently not modular - will fix soon | |
| * Note that this particular metadata is saved as one multidimensional array (serialized) | |
| */ | |
| function hhs_get_sample_options() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This method logically validates Turkish VAT number | |
| * | |
| * @param string $taxNumber | |
| * @return bool | |
| */ | |
| public function validateTaxNumber(string $taxNumber): bool | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Plugin Name: WooCommerce Active Shipping Widget | |
| * Plugin URI: https://www.skyverge.com/blog/how-to-create-a-woocommerce-widget/ | |
| * Description: Adds a widget to display a list of active WooCommerce shipping methods | |
| * Author: SkyVerge | |
| * Author URI: https://www.skyverge.com/ | |
| * Version: 1.0.0 | |
| * Text Domain: wc-active-shipping-widget | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta charset="utf-8"> | |
| <?php | |
| function tcno_dogrula($bilgiler){ | |
| $gonder = '<?xml version="1.0" encoding="utf-8"?> | |
| <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <soap:Body> | |
| <TCKimlikNoDogrula xmlns="http://tckimlik.nvi.gov.tr/WS"> | |
| <TCKimlikNo>'.$bilgiler["tcno"].'</TCKimlikNo> | |
| <Ad>'.$bilgiler["isim"].'</Ad> |
NewerOlder