Create a date-archive permalink for Comics (for monthly links). Used by mangapress_get_calendar(). Returns a date-based url.
mangapress_get_calendar()
<?php $month_link = mangapress_month_link('', 2014, 9); ?>
$monthlink (string)(not used) Existing link to be modified or replaced. Not used.
$monthlink (string)(not used)
$year (string|int)(optional) Desired year for URL.
$year (string|int)(optional)
$month (string|int)(optional) Desired month for URL.
$month (string|int)(optional)
Last updated 7 years ago