yes it looks like a very useful plugin that you published i am looking for this type of plugin for my new blog very needful plugin for me i was searching for it.
]]>Hello,
is it possible to clean the Revisions and AutoDrafts atomatically? Par example weekly or so?
Please see: https://gyazo.com/842e519c5593d958e82714c2c400d349
]]>Dear Stefan,
It appears that the “WP Head CleanUp” settings aren’t working, in particular the WP Generator, Feed links, and Feed Extra links. These are ticked by default, which should have removed the WP version and all other feed links. Unfortunately, they didn’t.
I hope the other options in “WP Head CleanUp” settings are working.
Please advise soon. Thank you.
Jason
]]>The plugin brings a “Use of undefined constant is_home …” in line 1178.
Original:
if(is_home || is_single() || is_page() || is_search() || is_404() || is_archive() || is_attachment()) {
echo "<!-- powered by WP-AdminTools -->\r\n";
}
Fixed?:
if(is_home() || is_single() || is_page() || is_search() || is_404() || is_archive() || is_attachment()) {
echo "<!-- powered by WP-AdminTools -->\r\n";
}
]]>
I have a database of 6000 parts and I need to provide meta descriptions for each. Can I upload the database using this plug in to provide a meta description for all part numbers?
]]>