Advertising
advertising
related pastes to tag 'filters'
- 901590 - wordpress, using rss title filte: wordpress rss filters
-
- <?php
- /*
- Plugin Name: Modify Title
- Plugin URI: http://wordpress.org
- Description: Modify RSS title
- Version: 1.0
- Author: Nobody
- Author URI: http://www.wordpress.org
- 901582 - wordpress, using rss title filte: wordpress rss filters
-
- <?php
- /*
- Plugin Name: Modify Title
- Plugin URI: http://wordpress.org
- Description: Modify RSS title
- Author: WP
- Version: 1.0
- Author URI: http://www.wordpress.org
- 901560 - wordpress, using rss title filte: wordpress rss filters
-
- // --------------------------------------------
- // FILTER TITLE of RSS USING BLOGINFO FILTER
- // --------------------------------------------
- //
- function gv_modify_rss_title($show) {
- // seems to run through this filter for each element of the bloginfo
- // $show is the value of this particular bloginfo call