Plugins and APIs

Plugin: foobar Sourcefile: foobar/foobar.php

You appear to be a bot. Output may be restricted


/**
* foo calls bar
*/
function foo() {
bar();
}

/**
* do nothing
*/
function bar(){
}
 
wp_posts wp_postmeta
1 oik-plugins slug foobar
foobar plugin foobar/foobar.php
 
2 oik-api name foo
foo() plugin 1
  source foobar.php
  calls 3
 
3 oik-api name bar
bar() plugin 1
  source foobar.php