Skip to content

Commit

Permalink
deploy: 83d5abb
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Nov 19, 2023
1 parent 8ff7803 commit 1919b60
Show file tree
Hide file tree
Showing 3 changed files with 712 additions and 6 deletions.
193 changes: 193 additions & 0 deletions mc_return_uri.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,199 @@ <h5>Parameters:</h5>









<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="my-calendar-templates.php.html">my-calendar-templates.php</a>, <a href="my-calendar-templates.php.html#line2113">line 2113</a>
</li></ul></dd>







</dl>













<h5>Returns:</h5>




<dl>
<dt>
Type
</dt>
<dd>

<span class="param-type">string</span>


</dd>
</dl>






</div>


</article>

</section>







<section>

<header>
<h2></h2>

</header>

<article>
<div class="container-overview">





<h4 class="name" id="mc_return_uri">apply_filters( 'mc_return_uri', <span class="signature">$url, $event )</span><span class="type-signature"> &rarr; {string}</span></h4>





<div class="description">
<p>Filter URL appended on single event view to return to calendar.</p>
</div>







<h5>Parameters:</h5>


<table class="params">
<thead>
<tr>

<th>Name</th>


<th>Type</th>





<th class="last">Description</th>
</tr>
</thead>

<tbody>


<tr>

<td class="name"><code>$url</code></td>


<td class="type">


<span class="param-type">string</span>



</td>





<td class="description last"><p>Calendar URL.</p></td>
</tr>



<tr>

<td class="name"><code>$event</code></td>


<td class="type">


<span class="param-type">object</span>



</td>





<td class="description last"><p>My Calendar event object.</p></td>
</tr>


</tbody>
</table>






<dl class="details">























Expand Down
Loading

0 comments on commit 1919b60

Please sign in to comment.