1) Get $50 free DigitalOcean Credit at first time signup.
2) Get DigitalOcean 1 Year Free Trial.
3) Get $200 Credit For 60 Days. $200 Free Credits
export type MetabaseDataProps = { | |
data: DataProps; | |
json_query: JSONQuery; | |
status: string; | |
} | |
export type DataProps = { | |
rows: Array<Array<number | string>>; | |
cols: ColProps[]; |
<?php | |
function wp_custom_cron_job_monthly( $schedules ) { | |
if(!isset($schedules['monthly'])){ | |
$schedules['monthly'] = array( | |
'display' => __( 'Once monthly', 'textdomain' ), | |
'interval' => 2635200, | |
); | |
} | |
return $schedules; |
<?php | |
/** | |
* function to Check if Caldera Forms is active | |
*/ | |
function is_caldera_form_active(){ | |
if (!function_exists('is_plugin_active')) { | |
include_once(ABSPATH . 'wp-admin/includes/plugin.php'); | |
} | |
if (is_plugin_active('caldera-forms/caldera-core.php') || defined('CFCORE_VER')) { |
<?php | |
function in_array_field($needle, $needle_field, $haystack, $strict = false) { | |
if ($strict) { | |
foreach ($haystack as $item) | |
if (isset($item->$needle_field) && $item->$needle_field === $needle) | |
return true; | |
} | |
else { | |
foreach ($haystack as $item) |
1) Get $50 free DigitalOcean Credit at first time signup.
2) Get DigitalOcean 1 Year Free Trial.
3) Get $200 Credit For 60 Days. $200 Free Credits
;(function () { | |
/** | |
* Run function when customizer is ready. | |
*/ | |
wp.customize.bind('ready', function () { | |
wp.customize.control('slug_select_control', function (control) { | |
/** | |
* Run function on setting change of control. | |
*/ | |
control.setting.bind(function (value) { |
add_filter( 'get_the_archive_title', function ($title) { | |
if ( is_category() ) { | |
$title = single_cat_title( '', false ); | |
} elseif ( is_tag() ) { | |
$title = single_tag_title( '', false ); |
%product% | |
%nama% | |
%phone% | |
%email% | |
%total_pembayaran% | |
%kurir% | |
%ongkir% | |
%alamat% | |
%quantity% | |
%harga% |