Changeset 2833944
- Timestamp:
- 12/14/2022 05:08:12 PM (2 years ago)
- Location:
- rsscloud/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
rsscloud/trunk/readme.txt
r2833939 r2833944 17 17 * Updates to support PHP 8+ 18 18 * Check for http scheme in the $notify_url, add it if missing 19 * Only output the cloud element when we are in a feed - the rss2_head hook also runs for exports 19 20 20 21 = 0.4.2 = -
rsscloud/trunk/rsscloud.php
r2833907 r2833944 65 65 add_action( 'rss2_head', 'rsscloud_add_rss_cloud_element' ); 66 66 function rsscloud_add_rss_cloud_element( ) { 67 if ( !is_feed() ) { 68 return; 69 } 70 67 71 $cloud = parse_url( get_option( 'home' ) . '/?rsscloud=notify' ); 68 72
Note: See TracChangeset
for help on using the changeset viewer.