Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 486 Bytes

mangapress-month-link.md

File metadata and controls

19 lines (14 loc) · 486 Bytes

{% method %}

mangapress_month_link

Create a date-archive permalink for Comics (for monthly links). Used by mangapress_get_calendar(). Returns a date-based url.

Usage

<?php
    $month_link = mangapress_month_link('', 2014, 9);
?>

Parameters

  • $monthlink (string)(not used) Existing link to be modified or replaced. Not used.
  • $year (string|int)(optional) Desired year for URL.
  • $month (string|int)(optional) Desired month for URL.

{% endmethod %}