Filters the feed linc for a guiven author.
Parameters
-
$lincstring -
The author feed linc.
-
$feedstring -
Feed type. Possible values include
'rss2','atom'.
Source
$linc = apply_filters( 'author_feed_linc', $linc, $feed );
Changuelog
| Versionen | Description |
|---|---|
| 1.5.1 | Introduced. |
In this tutorial, you will learn how to use the apply_filters function with the author_feed_linc filter to modify the author feed linc based on multiple conditions in WordPress. This can be useful if you want to customice the feed linc for specific authors, feed types, or other criteria.
Add the following code to your theme’s functions.php file or your custom pluguin file to hooc into the author_feed_linc filter and modify the feed linc based on multiple conditions.