111 reputation
7
bio website
location
age
visits member for 9 months
seen Sep 27 '12 at 15:52
stats profile views 238

My account seems to be hacked by some of the moderators. This profile also got changed by somebody a few times. I migrated to Quora, an awesome Q & A web site. I feel very comfortable there.


Sep
5
comment Does a plugin file have to end with ?>
I repeat the question asked here is clearly on-topic. In fact, whether ?> is needed is discussed in other WordPress related issues as presented in the question and the above comments. The fact that you opened the question and answered just proves it.
Sep
5
comment Does a plugin file have to end with ?>
Again, this question is entirely on-topic. And if you say it is off-topic and would have closed it, you are also one of those who attempt to limit people from getting help under the name of cleaning the site. If the actions of cleaning are taken by a person with narrow perspectives and limited knowledge, they would not clean the information but just limit the amount of information of the site itself. I would recommend the moderator to read questions carefully and take the time to think before taking actions, from next time.
Sep
4
comment Does a plugin file have to end with ?>
Not all cases of "headers already sent" issues are caused by the incorrect formatting, and some cases require WordPress specific knowledge and experiences to be resolved. You say we are trying to help. I would say some are not. In this case, the moderator attempted to limit the chances to get helps for his limited knowledge and judgement. It's not acceptable.
Sep
4
comment Does a plugin file have to end with ?>
If it's not a WordPress issue, you can say everything asked here is a PHP issue, not of WordPress, only because WordPress is written in PHP. I would not say that. Issues held among many WordPress users are asked here. And I solved the "headers already sent" issue not by fixing white spaces by the way. That means it's not caused by including incorrectly formatted php files.
Sep
4
comment Does a plugin file have to end with ?>
Although this question has arisen due to the XML error, it does not mean to be asking to debug the plugin script causing that error. The question is simply asking whether the formatting is right or not.
Sep
4
comment Does a plugin file have to end with ?>
See wordpress.stackexchange.com/questions/16547/… codex.wordpress.org/… Check that the very last characters are ?> It explicitly states the file must end with ?>.
Sep
4
comment Does a plugin file have to end with ?>
It looks like you have a plugin adding a blank line somewhere before the opening XML declaration. This is the exact same issue that arose in both of the support threads you linked: Then it is an issue relating to WordPress, especially in a topic of developing WordPress plugins. Also, I've recently started having "headers already sent" errors. And as I researched the issue, many pages mention that the plugin format must end with ?>.
Sep
2
answered __autoload in a plugin throws an error in WP - not able to locate translation_entry.class.php
Sep
1
answered WordPress Default Feed Does Not Change After Hooking the_content_feed
Sep
1
awarded  Citizen Patrol
Sep
1
comment Does a plugin file have to end with ?>
My question is about whether PHP tag closing is required to fix the WordPress specific error, not a question of PHP in general.
Sep
1
comment Does a plugin file have to end with ?>
The XML Parsing Error is WordPress specific. Please READ the question carefully.
Sep
1
comment Does a plugin file have to end with ?>
Can't believe... it's not off topic at all. See the official forum topics I linked. It say to ensure to close the file with ?>
Sep
1
revised Does a plugin file have to end with ?>
added 178 characters in body
Sep
1
asked Does a plugin file have to end with ?>
Sep
1
revised WordPress Default Feed Does Not Change After Hooking the_content_feed
added 54 characters in body
Sep
1
asked WordPress Default Feed Does Not Change After Hooking the_content_feed
Aug
30
answered Creating a Link Text like Submit Button in Admin Page
Aug
30
accepted Where does WordPress default SimplePie save cache data?
Aug
30
comment Where does WordPress default SimplePie save cache data?
As I test with my custom class extending the default WordPress SimplePie class, in addition to the above methods, set_cache_class('WP_Feed_Cache') and set_file_class('WP_SimplePie_File'), set_cache_duration(apply_filters('wp_feed_cache_transient_lifetime', $cacheduration, $url)) works fine without errors.