Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Blog RSS Management. More...
Functions | |
blog_rss_add_http_header ($context, $title, $filtertype, $filterselect=0, $tagid=0) | |
Build the URL for the RSS feed amd add it as a header. More... | |
blog_rss_delete_file ($userid) | |
Delete the supplied user's cached blog post RSS feed. More... | |
blog_rss_file_name ($type, $id, $tagid=0) | |
Retrieve the location and file name of a cached RSS feed. More... | |
blog_rss_get_feed ($context, $args) | |
Generate any blog RSS feed via one function. More... | |
blog_rss_get_params ($filters) | |
Utility function to extract parameters needed to generate RSS URLs from the blog filters. More... | |
blog_rss_get_url ($contextid, $userid, $filtertype, $filterselect=0, $tagid=0) | |
Build the URL for the RSS feed. More... | |
blog_rss_print_link ($context, $filtertype, $filterselect=0, $tagid=0, $tooltiptext='') | |
Print the link for the RSS feed with the correct RSS icon (Theme based) More... | |
blog_rss_save_file ($type, $id, $tagid=0, $contents='') | |
This function saves to file the rss feed specified in the parameters. More... | |
Blog RSS Management.