plugin-icon

Humans Dot Txt

제작자: Rickard Andersson·
This plugin will add a dynamic humans.txt file generated from a template that you'll define yourself.
버전
1.1.1
활성화된 설치 항목
10
최근 업데이트일
Jul 5, 2013

This plugin will add a dynamic humans.txt file generated from a template that you’ll define yourself. What’s humans.txt? It’s the latest thing on the web: http://humanstxt.org/

It uses a template format which you can define yourself to add the information you’d like to your humans.txt file. This plugin currently supports the following template tags:

  • Active plugins (name, uri, version, description, author, author uri)
  • Blog authors (login name, display name, email)
  • PHP version
  • WP version
  • Current theme (name, description, author, author uri, version, parent)
  • Number of posts (published, future, drafts, pending, private)
  • Number of pages (published, future, drafts, pending, private)

It’s pretty easy to extend these template tags with new ones if you’re missing someone. Just leave a message and I’ll try to fix it for you.

Feedback

I love getting feedback from people using my stuff, if you use it and feel like saying hello, leave a suggestion, complaint or whatever, just drop a message wherever you feel like.

My contact information is

Plugin integration

If you feel like there’s more information you’d like to add from your plugin, you can use the filter ‘humans_output’ to append your own information to the humans.txt file. But if you do, please be a good plugin developer and ask the user if it’s ok first!

A simple example: <?php

function myFilter($a) { return $a . "My plugin is activated and very cool!"; } add_filter('humans_output', 'myFilter');
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 3.6.1
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.