'_subscription_price',
'label' => __( 'Price' ),
'placeholder' => '',
'desc_tip' => 'true',
'description' => __( 'Enter Subscription Price.' ),
)
);
woocommerce_wp_text_input(
array(
'id' => '_days',
'label' => __( 'Days' ),
'placeholder' => '',
'desc_tip' => 'true',
'description' => __( 'Enter Subcription Length in Days.' ),
)
);
?>
| |
|
|
|
'',
'url' => '',
);
?>
|
'',
'url' => '',
);
ob_start();
require __DIR__ . '/subscriptions-product-file.php';
$content = ob_get_clean();
?>
|